Deletes the item with specified item ID

Deletes the item with specified item 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

The ID of the company.

item_id*

Type: integer

Item ID.

order_id*

Type: integer

Order ID that is used in requests to the Track & Trace API.

Responses

200 OK

Success.

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

Description of the item.

Max length: 1023

id*

Type: string

ID of the item.

number*

Type: string

Item number. It is the identifier of the item created by client. Must be unique within a single order.

Min length: 1

Max length: 80

price*

Type: string

Цена одной единицы товара.

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

total_count*

Type: integer

Общее количество товаров.

Min value: 1

Max value: 2147483647

undelivered_count*

Type: integer

Количество недоставленных товаров.

Max value: 2147483647

code

Type: string

Code, necessary for grouping same order items.

Max length: 300

comment

Type: string

Comment.

Max length: 1023

400 Bad Request

Invalid parameters were passed.

401 Unauthorized

Authorization failed. Send the correct OAuth token in the authorization header.

403 Forbidden

You do not have access to this object.

422 Unprocessable Entity

Incorrect input.

504 Gateway Timeout

Server error during request processing.