Удаляет товар по его 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: 1023

id*

Type: string

ID товара.

number*

Type: string

Номер товара. Идентификатор товара, созданный клиентом. Должен быть уникальным в рамках одного заказа.

Min length: 1

Max length: 80

price*

Type: string

Price of one item.

Pattern: ^(0<code>&#124;</code>[1-9][0-9]*)(\.[0-9]{1,4})?$

total_count*

Type: integer<int32>

Total count of items.

Min value: 1

undelivered_count*

Type: integer<int32>

Count of undelivered items.

Min value: 0

code

Type: string

Артикул позиции в заказе для группировки одинаковых товаров.

Max length: 300

comment

Type: string

Комментарий.

Max length: 1023

400 Bad Request

Недопустимые параметры.

401 Unauthorized

Ошибка авторизации. Отправьте правильный OAuth-токен в заголовке авторизации.

403 Forbidden

У вас нет доступа к этому объекту.

422 Unprocessable Entity

Неправильный ввод.

504 Gateway Timeout

Ошибка сервера при обработке запроса.