Удаляет товар по его ID
Удаляет товар по его ID.
Request
DELETE
https://courier.yandex.ru/api/v1/companies/{company_id}/orders/{order_id}/items/{item_id}
Path parameters
Name |
Description |
company_id* |
Type: integer<int64> ID компании. |
item_id* |
Type: integer<int64> ID товара. |
order_id* |
Type: integer<int64> ID заказа, используемый в запросах к API Мониторинга. |
Responses
200 OK
Успех.
Body
application/json
{
"number": "string",
"description": "string",
"price": "string",
"total_count": 0,
"id": "string",
"undelivered_count": 0,
"comment": "string",
"code": "string"
}
Name |
Description |
description* |
Type: string Описание товара. Max length: |
id* |
Type: string ID товара. |
number* |
Type: string Номер товара. Идентификатор товара, созданный клиентом. Должен быть уникальным в рамках одного заказа. Min length: Max length: |
price* |
Type: string Price of one item. Pattern: |
total_count* |
Type: integer<int32> Total count of items. Min value: |
undelivered_count* |
Type: integer<int32> Count of undelivered items. Min value: |
code |
Type: string Артикул позиции в заказе для группировки одинаковых товаров. Max length: |
comment |
Type: string Комментарий. Max length: |
400 Bad Request
Недопустимые параметры.
401 Unauthorized
Ошибка авторизации. Отправьте правильный OAuth-токен в заголовке авторизации.
403 Forbidden
У вас нет доступа к этому объекту.
422 Unprocessable Entity
Неправильный ввод.
504 Gateway Timeout
Ошибка сервера при обработке запроса.
No longer supported, please use an alternative and newer version.