Удалить объединение (SPU) (асинхронный)
POST /v1/product-cards/union/delete
POST
/v1/product-cards/union/deleteТело запроса
request_key
[
"string",
"null"
]
seller_spu_ids
array
required Список SPU ID для удаления объединения
Успешный ответ
200Принят application/json
object
request_id
string
required request_key
[
"string",
"null"
]
items_count
integer
required created_at
string
required idempotent
[
"boolean",
"null"
]
POST/v1/product-cards/union/delete
1curl https://api.omninet.ru/v1/product-cards/union/delete \2 --request POST \3 --header 'Content-Type: application/json' \4 --data '{5 "request_key": null,6 "seller_spu_ids": [7 "string"8 ]9}'{
"request_id": "string",
"request_key": null,
"items_count": 0,
"created_at": "string",
"idempotent": null
}Принят