---
metadata:
  - name: generator
    content: Diplodoc Platform v5.55.0
alternate:
  - https://yandex.com/dev/market/partner-api/doc/en/reference/orders/getBusinessOrders.md
  - https://yandex.com/dev/market/partner-api/doc/ru/reference/orders/getBusinessOrders.md
  - https://yandex.com/dev/market/partner-api/doc/zh/reference/orders/getBusinessOrders.md
  - href: en/reference/orders/getBusinessOrders.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/market/partner-api/doc/en/llms.txt

<!-- source: en/api/orders/getBusinessOrders.md -->
<div class="openapi">

# Information about orders in the cabinet

<!-- markdownlint-disable-file -->

{% list tabs %}

- Info

  
  <!-- source: en/_auto/method_scopes/getBusinessOrders.md -->
  **The method is available for [all models](https://yandex.com/dev/market/partner-api/doc/en/overview/business.md).**

  {% cut "**If you are using an API Key token, one of the accesses in the list is required to call the method**" %}

  * inventory-and-order-processing — [Order processing and inventory](https://yandex.com/dev/market/partner-api/doc/en/_auto/scopes_summary/pages/inventory-and-order-processing.md)
  * inventory-and-order-processing:read-only — [View order information](https://yandex.com/dev/market/partner-api/doc/en/_auto/scopes_summary/pages/inventory-and-order-processing_read-only.md)
  * finance-and-accounting — [View financial data and reports](https://yandex.com/dev/market/partner-api/doc/en/_auto/scopes_summary/pages/finance-and-accounting.md)
  * all-methods — Full account management
  * all-methods:read-only — View all data

  {% endcut %}
  <!-- endsource: en/_auto/method_scopes/getBusinessOrders.md -->
  
  
  Returns information about orders in the merchant profile. The query can be used to track orders and their statuses.
  
  
  {% note tip "Вы также можете настроить API-уведомления" %}
  
  
  Yandex.Market will send you [request](https://yandex.com/dev/market/partner-api/doc/en/push-notifications/reference/sendNotification.md) when a new order appears or its status changes. And full information can be obtained using this method.
  
  [How to work with notifications](https://yandex.com/dev/market/partner-api/doc/en/push-notifications/index.md)
  
  
  {% endnote %}
  
  
  Filtering by parameters is available:
  
  * the date of the order.
  
  * date and time of the order update;
  
  * date of shipment;
  
  * order statuses (`statuses`);
  
  * stages of processing or reasons for cancellation (`substatuses`);
  
  * campaign IDs;
  
  * order IDs;
  
  * external order IDs;
  
  * the type of order (real or test);
  
  * placement models;
  
  * the availability of requests from customers to cancel the order.
  
  Maximum date range per request — 30 days (passed in the parameters `fromDate` and `toDate`). If they are not transmitted, the information for the last 30 days is returned.
  
  The results are returned page by page. To navigate, use the parameters `pageToken` and `limit`.
  
  You can get more detailed information about the buyer and his phone number by requesting [GET v2/campaigns/{campaignId}/orders/{orderId}/buyer](https://yandex.com/dev/market/partner-api/doc/en/reference/order-delivery/getOrderBuyerInfo.md).
  
  
  <!-- source: en/_auto/method_limits/getBusinessOrders.md -->
  |<div style="text-align: left;">**⚙️ Limit:** 10 000 requests per hour</div>|
  |-|
  <!-- endsource: en/_auto/method_limits/getBusinessOrders.md -->
  
  
  
  ## Request
  
  <div class="openapi__requests">
  
  <div class="openapi__request__wrapper" style="--method: var(--dc-openapi-methods-post);margin-bottom: 12px">
  
  <div class="openapi__request">
  
  POST {.openapi__method}
  ```text translate=no
  https://api.partner.market.yandex.ru/v1/businesses/{businessId}/orders
  ```
  
  </div>
  
  </div>
  
  </div>
  
  ### Path parameters
  
  #|
  || **Name** | **Description** ||
  ||
  
  _businessId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  Cabinet ID.
  
  
  
  
  To find out, use the request [GET v2/campaigns](https://yandex.com/dev/market/partner-api/doc/en/reference/campaigns/getCampaigns.md).
  
  ℹ️ [What is a cabinet and a store on the Market?](https://yandex.ru/support/marketplace/account/introduction.html)
  
  
  
  
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  ### Query parameters
  
  #|
  || **Name** | **Description** ||
  ||
  
  _limit_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  The number of values per page. <br><br> If the parameter value exceeds the maximum allowed value, it will be reduced to the maximum.
  
  
  _Default:_{.json-schema-reset .json-schema-value} `50`
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Max value:_{.json-schema-reset .json-schema-assertion} `50`
  {.table-cell}
  ||
  ||
  
  _pageToken_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  ID of the results page.
  
  If the parameter is omitted, the first page is returned.
  
  Pass the value of the output parameter `nextPageToken`, received during the last request.
  
  
  _Example:_{.json-schema-reset .json-schema-example} ``
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "orderIds": [
      0
    ],
    "externalOrderIds": [
      "example"
    ],
    "programTypes": [
      "FBY"
    ],
    "campaignIds": [
      1
    ],
    "statuses": [
      "PLACING"
    ],
    "substatuses": [
      "RESERVATION_EXPIRED"
    ],
    "dates": {
      "creationDateFrom": "2025-01-01",
      "creationDateTo": "2025-01-01",
      "shipmentDateFrom": "2025-01-01",
      "shipmentDateTo": "2025-01-01",
      "updateDateFrom": "2025-01-01T00:00:00Z",
      "updateDateTo": "2025-01-01T00:00:00Z"
    },
    "fake": true,
    "waitingForCancellationApprove": true,
    "sourcePlatforms": [
      "MARKET"
    ]
  }
  ```
  
  {% endcut %}
  
  #|
  || **Name** | **Description** ||
  ||
  
  _campaignIds_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer[] &#124; null
  
  IDs of store campaigns.
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Max items:_{.json-schema-reset .json-schema-assertion} `50`
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    1
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _dates_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _creationDateFrom_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  The starting date for filtering orders by checkout date.
  
  Date format: `YYYY-MM-DD`.
  
  Between the start and end date (parameter `creationDateTo`) should be no more than 30 days old.
  
  Default value: 30 days ago from the current date.
  
  The start date is included in the interval for filtering.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  ||
  
  _creationDateTo_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  The end date for filtering orders by checkout date.
  
  Date format: `YYYY-MM-DD`.
  
  Between the initial (parameter `creationDateFrom`) and the end date should be no more than 30 days.
  
  Default value: current date.
  
  If the time interval between `creationDateTo` and `creationDateFrom` less than a day, then `creationDateTo` equal to `creationDateFrom` + a day.
  
  The end date is not included in the filtering interval.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  ||
  
  _shipmentDateFrom_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  The starting date for filtering orders by the date of shipment to the delivery service (parameter `shipmentDate`).
  
  Date format: `YYYY-MM-DD`.
  
  Between the start and end date (parameter `shipmentDateTo`) should be no more than 30 days old.
  
  The start date is included in the interval for filtering.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  ||
  
  _shipmentDateTo_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  The end date for filtering orders by the date of shipment to the delivery service (parameter `shipmentDate`).
  
  Date format: `YYYY-MM-DD`.
  
  Between the initial (parameter `shipmentDateFrom`) and the end date should be no more than 30 days.
  
  If the time interval between `shipmentDateTo` and `shipmentDateFrom` less than a day, then `shipmentDateTo` equal to `shipmentDateFrom` + a day.
  
  The end date is not included in the filtering interval.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  ||
  
  _updateDateFrom_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date-time&gt;
  
  The initial date of the order update (ISO 8601).
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01T00:00:00Z`
  {.table-cell}
  ||
  ||
  
  _updateDateTo_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date-time&gt;
  
  The end date of the order update (ISO 8601).
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01T00:00:00Z`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Filter by order dates.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "creationDateFrom": "2025-01-01",
    "creationDateTo": "2025-01-01",
    "shipmentDateFrom": "2025-01-01",
    "shipmentDateTo": "2025-01-01",
    "updateDateFrom": "2025-01-01T00:00:00Z",
    "updateDateTo": "2025-01-01T00:00:00Z"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _externalOrderIds_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string[] &#124; null
  
  External order IDs.
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Max items:_{.json-schema-reset .json-schema-assertion} `50`
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    "example"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _fake_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: boolean
  
  Order type:
  
  * `false` — the real customer's order.
  
  * `true` — [test order](https://yandex.com/dev/market/partner-api/doc/en/concepts/sandbox.md) Yandex. Market.
  
  {.table-cell}
  ||
  ||
  
  _orderIds_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer[] &#124; null
  
  Order IDs.
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Max items:_{.json-schema-reset .json-schema-assertion} `50`
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    0
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _programTypes_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string[] &#124; null
  
  Models of the store's operation on the Market.
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    "FBY"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _sourcePlatforms_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string[] &#124; null
  
  Platforms are sources of orders.
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    "MARKET"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _statuses_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string[] &#124; null
  
  Order statuses.
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    "PLACING"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _substatuses_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string[] &#124; null
  
  Stages of processing or reasons for canceling orders.
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    "RESERVATION_EXPIRED"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _waitingForCancellationApprove_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: boolean
  
  **For the model only DBS**
  
  A filter for receiving orders that have cancellation requests.
  
  With the value `true` only those orders that are in the status are returned. `DELIVERY` or `PICKUP`, and the users decided to cancel them.
  
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  </div>
  
  ## Responses
  
  <div class="openapi__response__code__200">
  
  ## 200 OK
  
  The list of orders in the cabinet.
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "orders": [
      {
        "orderId": 0,
        "campaignId": 1,
        "programType": "FBY",
        "externalOrderId": "example",
        "status": "PLACING",
        "substatus": "RESERVATION_EXPIRED",
        "creationDate": "2020-02-02T14:30:30+03:00",
        "updateDate": "2020-02-02T14:30:30+03:00",
        "paymentType": "PREPAID",
        "paymentMethod": "CASH_ON_DELIVERY",
        "fake": true,
        "items": [
          {
            "id": 0,
            "offerId": "example",
            "offerName": "example",
            "count": 0,
            "prices": {},
            "instances": [
              null
            ],
            "requiredInstanceTypes": [
              null
            ],
            "itemStatuses": [
              null
            ],
            "tags": [
              null
            ]
          }
        ],
        "prices": {
          "payment": {
            "value": 0.5,
            "currencyId": "RUR"
          },
          "subsidy": {
            "value": 0.5,
            "currencyId": "RUR"
          },
          "cashback": {
            "value": 0.5,
            "currencyId": "RUR"
          },
          "delivery": {
            "payment": {},
            "subsidy": {},
            "vat": "NO_VAT"
          }
        },
        "delivery": {
          "type": "DELIVERY",
          "serviceName": "example",
          "deliveryServiceId": 0,
          "warehouseId": "example",
          "deliveryPartnerType": "SHOP",
          "dispatchType": "UNKNOWN",
          "dates": {
            "fromDate": "2025-01-01",
            "toDate": "2025-01-01",
            "fromTime": "12:00:00",
            "toTime": "12:00:00",
            "realDeliveryDate": "2025-01-01"
          },
          "shipment": {
            "id": 0,
            "shipmentDate": "2025-01-01",
            "shipmentTime": "12:00:00"
          },
          "courier": {
            "address": {},
            "region": {}
          },
          "pickup": {
            "address": {},
            "region": {},
            "logisticPointId": 1,
            "outletCode": "example",
            "outletStorageLimitDate": "2025-01-01"
          },
          "transfer": {
            "courier": {},
            "eac": {}
          },
          "boxesLayout": [
            {}
          ],
          "tracks": [
            {}
          ],
          "estimated": true,
          "receiveBarcode": "example",
          "receiveCode": "example",
          "digitalGoods": {
            "type": "EMAIL",
            "steamLink": "example"
          }
        },
        "services": {
          "liftType": "NOT_NEEDED"
        },
        "buyerType": "PERSON",
        "notes": "example",
        "cancelRequested": true,
        "sourcePlatform": "MARKET"
      }
    ],
    "paging": {
      "nextPageToken": "example"
    }
  }
  ```
  
  {% endcut %}
  
  #|
  || **Name** | **Description** ||
  ||
  
  _orders_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  {% cut "**Type**: object[]" %}
  
  #|
  ||
  
  _campaignId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  The ID of the campaign (store) — The technical identifier that represents your store in the Yandex Market system when working through the API. It is uniquely linked to your store, but it is intended only for automated interaction.
  
  You can find it using a query [GET v2/campaigns](https://yandex.com/dev/market/partner-api/doc/en/reference/campaigns/getCampaigns.md) or find it in the seller's office on the Market. Click on your account icon → **Settings** and in the menu on the left, select **APIs and modules**:
  
  * block **Campaign ID**;
  * tab **Query log** → drop-down list in the block **Show logs**.
  
  ⚠️ Do not confuse it with:
  - the store's identifier, which is displayed in the merchant's personal account.
  - advertising campaigns.
  
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  {.table-cell}
  ||
  ||
  
  _creationDate_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string&lt;date-time&gt;
  
  The date and time of the order.
  
  Date format: ISO 8601 with an offset relative to UTC.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2020-02-02T14:30:30+03:00`
  {.table-cell}
  ||
  ||
  
  _delivery_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _dates_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _fromDate_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  The nearest delivery date.
  
  Date format: `YYYY-MM-DD`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  ||
  
  _fromTime_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;time&gt;
  
  The beginning of the delivery time interval.
  
  It is passed only with the parameter `type=DELIVERY`.
  
  Time format: 24-hour, `HH:MM`. Instead of `mm` always specify `00` (exception — `23:59`).
  
  Minimum value: `00:00`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `12:00:00`
  {.table-cell}
  ||
  ||
  
  _realDeliveryDate_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  The date when the product is delivered to the pick-up point (in case of pickup) or to the buyer (if the order is delivered by a courier).
  
  Date format: `YYYY-MM-DD`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  ||
  
  _toDate_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  The latest delivery date.
  
  If `toDate` omitted, the date in the parameter is considered `fromDate`.
  
  Date format: `YYYY-MM-DD`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  ||
  
  _toTime_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;time&gt;
  
  The end of the delivery time interval.
  
  It is passed only with the parameter `type=DELIVERY`.
  
  Time format: 24-hour, `HH:MM`. Instead of `mm` always specify `00` (exception — `23:59`).
  
  Maximum value: `23:59`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `12:00:00`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  The range of delivery dates.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "fromDate": "2025-01-01",
    "toDate": "2025-01-01",
    "fromTime": "12:00:00",
    "toTime": "12:00:00",
    "realDeliveryDate": "2025-01-01"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _deliveryPartnerType_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Type of cooperation with the delivery service within a specific order:
  
  * `SHOP` — The store works with the delivery service directly or delivers orders independently.
  
  * `YANDEX_MARKET` — The store works with a delivery service through the Market.
  
  * `UNKNOWN` — unknown type.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `SHOP`, `YANDEX_MARKET`, `UNKNOWN`
  {.table-cell}
  ||
  ||
  
  _deliveryServiceId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  The delivery service ID.
  {.table-cell}
  ||
  ||
  
  _serviceName_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  The name of the delivery service.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _type_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Order delivery method:
  
  * `DELIVERY` — courier delivery.
  
  * `PICKUP` — pickup.
  
  * `POST` — mail.
  
  * `DIGITAL` — for digital goods.
  
  * `UNKNOWN` — unknown type.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `DELIVERY`, `PICKUP`, `POST`, `DIGITAL`, `UNKNOWN`
  {.table-cell}
  ||
  ||
  
  _boxesLayout_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object[]" %}
  
  #|
  ||
  
  _barcode_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  ID of the cargo space in the store's system.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _boxId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  The ID of the box.
  {.table-cell}
  ||
  ||
  
  _items_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  {% cut "**Type**: object[]" %}
  
  #|
  ||
  
  _id_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  The product ID in the order.
  
  Parameter `id` in `items`.
  
  {.table-cell}
  ||
  ||
  
  _fullCount_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  The number of items in a box.
  
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  {.table-cell}
  ||
  ||
  
  _instances_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object[]" %}
  
  #|
  ||
  
  _cis_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  [Identification code](*cis-regular-value) product units in the system ["An honest SIGN"](https://честныйзнак.рф/) or [«ASL BELGISI»](https://aslbelgisi.uz) (for sellers of the Yandex Go Market).
  
  
  {% note warning "Не экранируйте косую черту в коде символа-разделителя `\u001d`" %}
  
  
  ✅ `01030410947874432155Qbag!\u001d93Zjqw`
  
  ❌ `01030410947874432155Qbag!\\u001d93Zjqw`
  
  Escape slashes and quotation marks in other places according to the JSON rules.: `\\` and `\"`
  
  
  {% endnote %}
  
  
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _countryCode_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The country of manufacture is in the ISO 3166-1 alpha-2 format. [How to get](https://yandex.com/dev/market/partner-api/doc/en/reference/regions/getRegionsCodes.md)
  
  
  _Min length:_{.json-schema-reset .json-schema-assertion} `2`
  
  _Max length:_{.json-schema-reset .json-schema-assertion} `2`
  
  _Pattern:_{.json-schema-reset .json-schema-assertion} `^[A-Z]{2}$`
  
  _Example:_{.json-schema-reset .json-schema-example} `RU`
  {.table-cell}
  ||
  ||
  
  _gtd_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Cargo customs declaration.
  
  It is a string of three numbers separated by a slash: XXXXXXXXXX/XXXXXXXX/XXXXXXXX.
  
  The first part — the code of the customs office that registered the declaration for imported goods. Further — date and number of the declaration.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _rnpt_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The registration number of the product batch.
  
  It is a string of four numbers separated by slashes: XXXXXXXXXX/XXXXXXXX/XXXXXXXX/XXX.
  
  The first part — the code of the customs office that registered the declaration for the shipment. Further — the date, number of the declaration and the number of the marked product in the declaration.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _uin_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The unique identification number of the jewelry.
  
  It is a 16-digit number.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Transmitted marking codes.
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    {
      "cis": "example",
      "uin": "example",
      "rnpt": "example",
      "gtd": "example",
      "countryCode": "RU"
    }
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _partialCount_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _current_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  The part number, starting from 1.
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  {.table-cell}
  ||
  ||
  
  _total_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  The total number of parts the product is divided into.
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `2`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Information about the part of the product in the box.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "current": 1,
    "total": 2
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  The list of products in the box.
  
  If there is a part of a large product in the box, there can be only one item in the list.
  
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    {
      "id": 0,
      "fullCount": 1,
      "partialCount": {
        "current": 1,
        "total": 2
      },
      "instances": [
        {
          "cis": "example",
          "uin": "example",
          "rnpt": "example",
          "gtd": "example",
          "countryCode": "RU"
        }
      ]
    }
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  The layout of goods in boxes.
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    {
      "items": [
        {
          "id": 0,
          "fullCount": 1,
          "partialCount": {
            "current": 1,
            "total": 2
          },
          "instances": [
            {}
          ]
        }
      ],
      "boxId": 0,
      "barcode": "example"
    }
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _courier_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _address_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _apartment_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Apartment or office number.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _block_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Body.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _city_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  A city or locality.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _country_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  A country.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _district_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  District.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _entrance_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Entrance number.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _entryphone_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The intercom code.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _floor_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Floor.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _gps_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _latitude_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: number
  
  Width.
  {.table-cell}
  ||
  ||
  
  _longitude_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: number
  
  Longitude.
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  GPS coordinates of latitude and longitude.
  
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "latitude": 0.5,
    "longitude": 0.5
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _house_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The house number.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _postcode_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Postal code.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _street_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Street.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _subway_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The metro station.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  The delivery address.
  
  Is specified if the parameter `type` takes the value `DELIVERY`, `POST` or `PICKUP` (for the model only DBS). If `type=PICKUP`, the address of the pick-up point is returned.
  
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "country": "example",
    "postcode": "example",
    "city": "example",
    "district": "example",
    "subway": "example",
    "street": "example",
    "house": "example",
    "block": "example",
    "entrance": "example",
    "entryphone": "example",
    "floor": "example",
    "apartment": "example",
    "gps": {
      "latitude": 0.5,
      "longitude": 0.5
    }
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _region_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _id_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  ID of the region.
  {.table-cell}
  ||
  ||
  
  _name_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  The name of the region.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _type_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  The type of region.
  
  Possible values:
  
  * `CITY_DISTRICT` — the area of the city.
  
  * `CITY` — a large city.
  
  * `CONTINENT` — the continent.
  
  * `COUNTRY_DISTRICT` — area.
  
  * `COUNTRY` — country.
  
  * `REGION` — region.
  
  * `REPUBLIC_AREA` — the district of the subject of the federation.
  
  * `REPUBLIC` — the subject of the Federation.
  
  * `SUBWAY_STATION` — the metro station.
  
  * `VILLAGE` — city.
  
  * `OTHER` — unknown region.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `OTHER`, `CONTINENT`, `REGION`, `COUNTRY`, `COUNTRY_DISTRICT`, `REPUBLIC`, `CITY`, `VILLAGE`, `CITY_DISTRICT`, `SUBWAY_STATION`, `REPUBLIC_AREA`
  {.table-cell}
  ||
  ||
  
  _parent_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: unknown
  
  Information about the parent region.
  
  Parent regions are specified up to the country level.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `null`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  The delivery region.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "id": 0,
    "name": "example",
    "type": "OTHER",
    "parent": null
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Information about courier delivery.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "address": {
      "country": "example",
      "postcode": "example",
      "city": "example",
      "district": "example",
      "subway": "example",
      "street": "example",
      "house": "example",
      "block": "example",
      "entrance": "example",
      "entryphone": "example",
      "floor": "example",
      "apartment": "example",
      "gps": {
        "latitude": 0.5,
        "longitude": 0.5
      }
    },
    "region": {
      "id": 0,
      "name": "example",
      "type": "OTHER",
      "parent": null
    }
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _digitalGoods_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _type_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  The method of receiving a digital product:
  
  * `EMAIL` — Activation code by mail: the buyer will receive an email with the code and instructions by mail.
  
  * `ACTIVATION_CODE` — activation code in the order on the Market: the buyer will receive instructions and the code in a chat with the store, and will be able to copy the code in the order list.
  
  * `STEAM_GIFT` — games as a gift on Steam: you will receive a link from the buyer in the format https://s.team/p/m**-***/******** to add to friends. Click on the link, add the buyer as a friend and send him the game. Send the status that the order has been delivered to Yandex.Market within three hours. — via the API or on the order page.
  
  * `CHAT` — games and products in a chat with a customer on the Market: the customer will receive a certificate in a chat with the store. Send the status to Yandex.Market that the order has been delivered — via the API or on the order page.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `EMAIL`, `ACTIVATION_CODE`, `STEAM_GIFT`, `CHAT`
  {.table-cell}
  ||
  ||
  
  _steamLink_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The link to the buyer's Steam account. Passed only for the type `STEAM_GIFT`.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Information about the delivery of digital goods.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "type": "EMAIL",
    "steamLink": "example"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _dispatchType_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Shipping method:
  
  * `BUYER` — courier delivery to the buyer.
  
  * `MARKET_BRANDED_OUTLET` — delivery to the pick-up point of the Market.
  
  * `SHOP_OUTLET` — delivery to the store's order pick-up point.
  
  * `UNKNOWN` — unknown type.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `UNKNOWN`, `BUYER`, `MARKET_BRANDED_OUTLET`, `SHOP_OUTLET`
  {.table-cell}
  ||
  ||
  
  _estimated_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: boolean
  
  Whether the delivery date is approximate.
  {.table-cell}
  ||
  ||
  
  _pickup_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _address_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _apartment_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Apartment or office number.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _block_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Body.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _city_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  A city or locality.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _country_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  A country.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _district_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  District.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _entrance_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Entrance number.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _entryphone_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The intercom code.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _floor_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Floor.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _gps_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _latitude_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: number
  
  Width.
  {.table-cell}
  ||
  ||
  
  _longitude_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: number
  
  Longitude.
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  GPS coordinates of latitude and longitude.
  
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "latitude": 0.5,
    "longitude": 0.5
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _house_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The house number.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _postcode_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Postal code.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _street_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Street.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _subway_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The metro station.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  The delivery address.
  
  Is specified if the parameter `type` takes the value `DELIVERY`, `POST` or `PICKUP` (for the model only DBS). If `type=PICKUP`, the address of the pick-up point is returned.
  
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "country": "example",
    "postcode": "example",
    "city": "example",
    "district": "example",
    "subway": "example",
    "street": "example",
    "house": "example",
    "block": "example",
    "entrance": "example",
    "entryphone": "example",
    "floor": "example",
    "apartment": "example",
    "gps": {
      "latitude": 0.5,
      "longitude": 0.5
    }
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _logisticPointId_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  ID of the pick-up point.
  
  It can be found using the method [POST v1/businesses/{businessId}/logistics-points](https://yandex.com/dev/market/partner-api/doc/en/reference/logistic-points/getLogisticPoints.md).
  
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  {.table-cell}
  ||
  ||
  
  _outletCode_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The pick-up point ID assigned by the store.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _outletStorageLimitDate_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  The date until which the order will be stored at the pick-up point. Returned when the order status changes to `PICKUP`.
  
  You can change the date once using the method [PUT v2/campaigns/{campaignId}/orders/{orderId}/delivery/storage-limit](https://yandex.com/dev/market/partner-api/doc/en/reference/order-delivery/updateOrderStorageLimit.md).
  
  Date format: `YYYY-MM-DD`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  ||
  
  _region_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _id_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  ID of the region.
  {.table-cell}
  ||
  ||
  
  _name_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  The name of the region.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _type_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  The type of region.
  
  Possible values:
  
  * `CITY_DISTRICT` — the area of the city.
  
  * `CITY` — a large city.
  
  * `CONTINENT` — the continent.
  
  * `COUNTRY_DISTRICT` — area.
  
  * `COUNTRY` — country.
  
  * `REGION` — region.
  
  * `REPUBLIC_AREA` — the district of the subject of the federation.
  
  * `REPUBLIC` — the subject of the Federation.
  
  * `SUBWAY_STATION` — the metro station.
  
  * `VILLAGE` — city.
  
  * `OTHER` — unknown region.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `OTHER`, `CONTINENT`, `REGION`, `COUNTRY`, `COUNTRY_DISTRICT`, `REPUBLIC`, `CITY`, `VILLAGE`, `CITY_DISTRICT`, `SUBWAY_STATION`, `REPUBLIC_AREA`
  {.table-cell}
  ||
  ||
  
  _parent_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: unknown
  
  Information about the parent region.
  
  Parent regions are specified up to the country level.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `null`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  The delivery region.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "id": 0,
    "name": "example",
    "type": "OTHER",
    "parent": null
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Information about delivery to the pick-up point.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "address": {
      "country": "example",
      "postcode": "example",
      "city": "example",
      "district": "example",
      "subway": "example",
      "street": "example",
      "house": "example",
      "block": "example",
      "entrance": "example",
      "entryphone": "example",
      "floor": "example",
      "apartment": "example",
      "gps": {
        "latitude": 0.5,
        "longitude": 0.5
      }
    },
    "region": {
      "id": 0,
      "name": "example",
      "type": "OTHER",
      "parent": null
    },
    "logisticPointId": 1,
    "outletCode": "example",
    "outletStorageLimitDate": "2025-01-01"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _receiveBarcode_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  **Only for the LaaS model**
  
  Barcode of receipt of the order for the PVZ.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _receiveCode_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  **Only for the LaaS model**
  
  The order receipt code for the PVZ.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _shipment_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _shipmentDate_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  Date of shipment.
  
  Date format: `YYYY-MM-DD`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  ||
  
  _id_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer &#124; null
  
  Shipment ID.
  {.table-cell}
  ||
  ||
  
  _shipmentTime_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;time&gt; &#124; null
  
  Shipping time.
  
  _Example:_{.json-schema-reset .json-schema-example} `12:00:00`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Information about the shipment of the order.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "id": 0,
    "shipmentDate": "2025-01-01",
    "shipmentTime": "12:00:00"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _tracks_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object[]" %}
  
  #|
  ||
  
  _deliveryServiceId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  The delivery service ID. Information about the delivery service can be obtained by requesting [GET delivery/services](https://yandex.com/dev/market/partner-api/doc/en/reference/delivery-services/getDeliveryServices.md).
  {.table-cell}
  ||
  ||
  
  _trackCode_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The parcel's track number.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Information for tracking the parcel.
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    {
      "trackCode": "example",
      "deliveryServiceId": 0
    }
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _transfer_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _courier_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _fullName_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Full name.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _phone_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Phone number.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _phoneExtension_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The extension phone number.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _vehicleDescription_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Description of the vehicle. For example, the model and color.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _vehicleNumber_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Vehicle number.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Information about the courier.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "fullName": "example",
    "phone": "example",
    "phoneExtension": "example",
    "vehicleNumber": "example",
    "vehicleDescription": "example"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _eac_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _eacType_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  The type of the EAPP confirmation code:
  
  * `MERCHANT_TO_COURIER` (temporarily non-refundable) — the seller transmits the code to the courier to receive a non-purchase.
  
  * `COURIER_TO_MERCHANT` — The courier transmits the code to the seller to receive the order.
  
  * `CHECKING_BY_MERCHANT` — the seller checks the code on his side.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `MERCHANT_TO_COURIER`, `COURIER_TO_MERCHANT`, `CHECKING_BY_MERCHANT`
  {.table-cell}
  ||
  ||
  
  _eacCode_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  EAPP confirmation code (for type `MERCHANT_TO_COURIER`).
  
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Information about the confirmation code.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "eacType": "MERCHANT_TO_COURIER",
    "eacCode": "example"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Information about the courier and the confirmation code.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "courier": {
      "fullName": "example",
      "phone": "example",
      "phoneExtension": "example",
      "vehicleNumber": "example",
      "vehicleDescription": "example"
    },
    "eac": {
      "eacType": "MERCHANT_TO_COURIER",
      "eacCode": "example"
    }
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _warehouseId_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The ID of the warehouse in the store's system that the order was placed for.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Order delivery information.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "type": "DELIVERY",
    "serviceName": "example",
    "deliveryServiceId": 0,
    "warehouseId": "example",
    "deliveryPartnerType": "SHOP",
    "dispatchType": "UNKNOWN",
    "dates": {
      "fromDate": "2025-01-01",
      "toDate": "2025-01-01",
      "fromTime": "12:00:00",
      "toTime": "12:00:00",
      "realDeliveryDate": "2025-01-01"
    },
    "shipment": {
      "id": 0,
      "shipmentDate": "2025-01-01",
      "shipmentTime": "12:00:00"
    },
    "courier": {
      "address": {
        "country": "example",
        "postcode": "example",
        "city": "example",
        "district": "example",
        "subway": "example",
        "street": "example",
        "house": "example",
        "block": "example",
        "entrance": "example",
        "entryphone": "example",
        "floor": "example",
        "apartment": "example",
        "gps": {
          "latitude": 0.5,
          "longitude": 0.5
        }
      },
      "region": {
        "id": 0,
        "name": "example",
        "type": "OTHER",
        "parent": null
      }
    },
    "pickup": {
      "address": {
        "country": "example",
        "postcode": "example",
        "city": "example",
        "district": "example",
        "subway": "example",
        "street": "example",
        "house": "example",
        "block": "example",
        "entrance": "example",
        "entryphone": "example",
        "floor": "example",
        "apartment": "example",
        "gps": {
          "latitude": 0.5,
          "longitude": 0.5
        }
      },
      "region": {
        "id": 0,
        "name": "example",
        "type": "OTHER",
        "parent": null
      },
      "logisticPointId": 1,
      "outletCode": "example",
      "outletStorageLimitDate": "2025-01-01"
    },
    "transfer": {
      "courier": {
        "fullName": "example",
        "phone": "example",
        "phoneExtension": "example",
        "vehicleNumber": "example",
        "vehicleDescription": "example"
      },
      "eac": {
        "eacType": "MERCHANT_TO_COURIER",
        "eacCode": "example"
      }
    },
    "boxesLayout": [
      {
        "items": [
          {
            "id": 0,
            "fullCount": 1,
            "partialCount": {},
            "instances": [
              null
            ]
          }
        ],
        "boxId": 0,
        "barcode": "example"
      }
    ],
    "tracks": [
      {
        "trackCode": "example",
        "deliveryServiceId": 0
      }
    ],
    "estimated": true,
    "receiveBarcode": "example",
    "receiveCode": "example",
    "digitalGoods": {
      "type": "EMAIL",
      "steamLink": "example"
    }
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _fake_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: boolean
  
  Order type:
  
  * `false` — the real customer's order.
  
  * `true` — [test order](https://yandex.com/dev/market/partner-api/doc/en/concepts/sandbox.md) Yandex. Market.
  
  {.table-cell}
  ||
  ||
  
  _items_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  {% cut "**Type**: object[]" %}
  
  #|
  ||
  
  _count_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  The number of product units.
  {.table-cell}
  ||
  ||
  
  _id_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  The product ID in the order.
  
  Allows you to identify the product within the order.
  
  {.table-cell}
  ||
  ||
  
  _offerId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Your SKU — the product ID in your system.
  
  Usage rules SKU:
  
  * For each product SKU there must be one.
  
  * Already set SKU it cannot be released and reused for another product. Each product should receive a new identifier that has never been used in your catalog before.
  
  SKU The product can be changed in the seller's account on the Market. Read about how to do this. [in the Help of the Market for sellers](https://yandex.ru/support2/marketplace/ru/assortment/operations/edit-sku).
  
  
  {% note warning %}
  
  
  Spaces at the beginning and end of the value are automatically deleted. For example, `"  SKU123  "` and `"SKU123"` they will be treated as identical values.
  
  
  {% endnote %}
  
  
  [What is SKU and how to assign it](https://yandex.ru/support/marketplace/assortment/add/index.html#fields)
  
  
  _Min length:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Max length:_{.json-schema-reset .json-schema-assertion} `255`
  
  _Pattern:_{.json-schema-reset .json-schema-assertion} `^(?=.*\S.*)[^\x00-\x08\x0A-\x1f\x7f]{1,255}$`
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _offerName_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Product name.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _instances_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object[]" %}
  
  #|
  ||
  
  _cis_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The unit identification code in the system ["An honest SIGN"](https://честныйзнак.рф/) without a cryptotail or [«ASL BELGISI»](https://aslbelgisi.uz) (for sellers of the Yandex Go Market).
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _cisFull_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The unit identification code in the system ["An honest SIGN"](https://честныйзнак.рф/) with a cryptotail.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _countryCode_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The country of manufacture is in the ISO 3166-1 alpha-2 format. [How to get](https://yandex.com/dev/market/partner-api/doc/en/reference/regions/getRegionsCodes.md)
  
  
  _Min length:_{.json-schema-reset .json-schema-assertion} `2`
  
  _Max length:_{.json-schema-reset .json-schema-assertion} `2`
  
  _Pattern:_{.json-schema-reset .json-schema-assertion} `^[A-Z]{2}$`
  
  _Example:_{.json-schema-reset .json-schema-example} `RU`
  {.table-cell}
  ||
  ||
  
  _gtd_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Cargo customs declaration.
  
  It is a string of three numbers separated by a slash: XXXXXXXXXX/XXXXXXXX/XXXXXXXX.
  
  The first part — the code of the customs office that registered the declaration for imported goods. Further — date and number of the declaration.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _rnpt_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The registration number of the product batch.
  
  It is a string of four numbers separated by slashes: XXXXXXXXXX/XXXXXXXX/XXXXXXXX/XXX.
  
  The first part — the code of the customs office that registered the declaration for the shipment. Further — the date, number of the declaration and the number of the marked product in the declaration.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _uin_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Jewelry's UIN (16-digit code)
  The manufacturer receives a WIN when he registers the product in the control system for the turnover of precious metals and stones. — GIIS DMDK.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Information about the labeling of product units.
  
  The tagging data passed in the request is returned:
  
  * For DBS — [PUT v2/campaigns/{campaignId}/orders/{orderId}/identifiers](https://yandex.com/dev/market/partner-api/doc/en/reference/orders/provideOrderItemIdentifiers.md) or [PUT v2/campaigns/{campaignId}/orders/{orderId}/boxes](https://yandex.com/dev/market/partner-api/doc/en/reference/orders/setOrderBoxLayout.md).
  * For FBS and EXPRESS — [PUT v2/campaigns/{campaignId}/orders/{orderId}/boxes](https://yandex.com/dev/market/partner-api/doc/en/reference/orders/setOrderBoxLayout.md).
  
  For FBY The marking codes transmitted during delivery are returned.
  
  If the store has not sent the codes for this order yet, `instances` absent.
  
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    {
      "cis": "example",
      "cisFull": "example",
      "uin": "example",
      "rnpt": "example",
      "gtd": "example",
      "countryCode": "RU"
    }
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _itemStatuses_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object[]" %}
  
  #|
  ||
  
  _count_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  The number of product units.
  {.table-cell}
  ||
  ||
  
  _status_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  The status of the item in the order.
  
  * `CREATED` — created.
  
  * `SHIPPED` — sent for delivery.
  
  * `CANCELLED` — cancelled or removed from the order.
  
  * `DELIVERED_TO_BUYER` — transferred to the buyer.
  
  * `LOST` — lost.
  
  * `REJECTED` — unbroken.
  
  * `RETURNED` — returned.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `CREATED`, `SHIPPED`, `CANCELLED`, `DELIVERED_TO_BUYER`, `LOST`, `REJECTED`, `RETURNED`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Information about the statuses of individual items in the order.
  
  If there is no data on the statuses of individual product units, the field is omitted.
  
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    {
      "status": "CREATED",
      "count": 0
    }
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _prices_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _cashback_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _currencyId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Currency codes:
  
  * `RUR` — the Russian ruble.
  * `UAH` — the Ukrainian hryvnia.
  * `BYR` — the Belarusian ruble.
  * `KZT` — Kazakhstani tenge.
  * `UZS` — Uzbek sum.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `RUR`, `USD`, `EUR`, `UAH`, `AUD`, `GBP`, `BYR`, `BYN`, `DKK`, `ISK`, `KZT`, `CAD`, `CNY`, `NOK`, `XDR`, `SGD`, `TRY`, `SEK`, `CHF`, `JPY`, `AZN`, `ALL`, `DZD`, `AOA`, `ARS`, `AMD`, `AFN`, `BHD`, `BGN`, `BOB`, `BWP`, `BND`, `BRL`, `BIF`, `HUF`, `VEF`, `KPW`, `VND`, `GMD`, `GHS`, `GNF`, `HKD`, `GEL`, `AED`, `EGP`, `ZMK`, `ILS`, `INR`, `IDR`, `JOD`, `IQD`, `IRR`, `YER`, `QAR`, `KES`, `KGS`, `COP`, `CDF`, `CRC`, `KWD`, `CUP`, `LAK`, `LVL`, `SLL`, `LBP`, `LYD`, `SZL`, `LTL`, `MUR`, `MRO`, `MKD`, `MWK`, `MGA`, `MYR`, `MAD`, `MXN`, `MZN`, `MDL`, `MNT`, `NPR`, `NGN`, `NIO`, `NZD`, `OMR`, `PKR`, `PYG`, `PEN`, `PLN`, `KHR`, `SAR`, `RON`, `SCR`, `SYP`, `SKK`, `SOS`, `SDG`, `SRD`, `TJS`, `THB`, `TWD`, `BDT`, `TZS`, `TND`, `TMM`, `UGX`, `UZS`, `UYU`, `PHP`, `DJF`, `XAF`, `XOF`, `HRK`, `CZK`, `CLP`, `LKR`, `EEK`, `ETB`, `RSD`, `ZAR`, `KRW`, `NAD`, `TL`, `UE`
  {.table-cell}
  ||
  ||
  
  _value_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: number
  
  Meaning.
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Currency and its value.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "value": 0.5,
    "currencyId": "RUR"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _payment_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _currencyId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Currency codes:
  
  * `RUR` — the Russian ruble.
  * `UAH` — the Ukrainian hryvnia.
  * `BYR` — the Belarusian ruble.
  * `KZT` — Kazakhstani tenge.
  * `UZS` — Uzbek sum.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `RUR`, `USD`, `EUR`, `UAH`, `AUD`, `GBP`, `BYR`, `BYN`, `DKK`, `ISK`, `KZT`, `CAD`, `CNY`, `NOK`, `XDR`, `SGD`, `TRY`, `SEK`, `CHF`, `JPY`, `AZN`, `ALL`, `DZD`, `AOA`, `ARS`, `AMD`, `AFN`, `BHD`, `BGN`, `BOB`, `BWP`, `BND`, `BRL`, `BIF`, `HUF`, `VEF`, `KPW`, `VND`, `GMD`, `GHS`, `GNF`, `HKD`, `GEL`, `AED`, `EGP`, `ZMK`, `ILS`, `INR`, `IDR`, `JOD`, `IQD`, `IRR`, `YER`, `QAR`, `KES`, `KGS`, `COP`, `CDF`, `CRC`, `KWD`, `CUP`, `LAK`, `LVL`, `SLL`, `LBP`, `LYD`, `SZL`, `LTL`, `MUR`, `MRO`, `MKD`, `MWK`, `MGA`, `MYR`, `MAD`, `MXN`, `MZN`, `MDL`, `MNT`, `NPR`, `NGN`, `NIO`, `NZD`, `OMR`, `PKR`, `PYG`, `PEN`, `PLN`, `KHR`, `SAR`, `RON`, `SCR`, `SYP`, `SKK`, `SOS`, `SDG`, `SRD`, `TJS`, `THB`, `TWD`, `BDT`, `TZS`, `TND`, `TMM`, `UGX`, `UZS`, `UYU`, `PHP`, `DJF`, `XAF`, `XOF`, `HRK`, `CZK`, `CLP`, `LKR`, `EEK`, `ETB`, `RSD`, `ZAR`, `KRW`, `NAD`, `TL`, `UE`
  {.table-cell}
  ||
  ||
  
  _value_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: number
  
  Meaning.
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Currency and its value.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "value": 0.5,
    "currencyId": "RUR"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _subsidy_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _currencyId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Currency codes:
  
  * `RUR` — the Russian ruble.
  * `UAH` — the Ukrainian hryvnia.
  * `BYR` — the Belarusian ruble.
  * `KZT` — Kazakhstani tenge.
  * `UZS` — Uzbek sum.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `RUR`, `USD`, `EUR`, `UAH`, `AUD`, `GBP`, `BYR`, `BYN`, `DKK`, `ISK`, `KZT`, `CAD`, `CNY`, `NOK`, `XDR`, `SGD`, `TRY`, `SEK`, `CHF`, `JPY`, `AZN`, `ALL`, `DZD`, `AOA`, `ARS`, `AMD`, `AFN`, `BHD`, `BGN`, `BOB`, `BWP`, `BND`, `BRL`, `BIF`, `HUF`, `VEF`, `KPW`, `VND`, `GMD`, `GHS`, `GNF`, `HKD`, `GEL`, `AED`, `EGP`, `ZMK`, `ILS`, `INR`, `IDR`, `JOD`, `IQD`, `IRR`, `YER`, `QAR`, `KES`, `KGS`, `COP`, `CDF`, `CRC`, `KWD`, `CUP`, `LAK`, `LVL`, `SLL`, `LBP`, `LYD`, `SZL`, `LTL`, `MUR`, `MRO`, `MKD`, `MWK`, `MGA`, `MYR`, `MAD`, `MXN`, `MZN`, `MDL`, `MNT`, `NPR`, `NGN`, `NIO`, `NZD`, `OMR`, `PKR`, `PYG`, `PEN`, `PLN`, `KHR`, `SAR`, `RON`, `SCR`, `SYP`, `SKK`, `SOS`, `SDG`, `SRD`, `TJS`, `THB`, `TWD`, `BDT`, `TZS`, `TND`, `TMM`, `UGX`, `UZS`, `UYU`, `PHP`, `DJF`, `XAF`, `XOF`, `HRK`, `CZK`, `CLP`, `LKR`, `EEK`, `ETB`, `RSD`, `ZAR`, `KRW`, `NAD`, `TL`, `UE`
  {.table-cell}
  ||
  ||
  
  _value_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: number
  
  Meaning.
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Currency and its value.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "value": 0.5,
    "currencyId": "RUR"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _vat_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  VAT on the product or delivery:
  
  * `NO_VAT` — VAT is not charged, it is used only for certain types of services.
  
  * `VAT_0` — 0% VAT. For example, it is used for the sale of goods exported in the customs procedure of export, or for the provision of services for the international transportation of goods.
  
  * `VAT_10` — 10% VAT. For example, it is used in the sale of certain food and medical products.
  
  * `VAT_10_110` — VAT 10/110. 10% VAT, applicable only for prepayment.
  
  * `VAT_20` — VAT 20%. Basic VAT from 2019 to January 1, 2026.
  
  * `VAT_20_120` — VAT 20/120. VAT is 20%, applicable only for prepayment.
  
  * `VAT_18` — VAT 18%. Basic VAT until 2019.
  
  * `VAT_18_118` — VAT 18/118. VAT was used until January 1, 2019 for prepayment.
  
  * `VAT_12` — VAT is 12%. It is used only in Uzbekistan.
  
  * `VAT_05` — VAT is 5%. VAT for the simplified taxation system (USN).
  
  * `VAT_07` — VAT is 7%. VAT for the simplified taxation system (USN).
  
  * `VAT_22` — VAT is 22%. Basic VAT starting from January 1, 2026.
  
  * `UNKNOWN_VALUE` — unknown type.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `NO_VAT`, `VAT_0`, `VAT_10`, `VAT_10_110`, `VAT_20`, `VAT_20_120`, `VAT_18`, `VAT_18_118`, `VAT_12`, `VAT_05`, `VAT_07`, `VAT_22`, `UNKNOWN_VALUE`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Information about payments and rewards.
  
  
  {% note info "Как рассчитывается стоимость всех единиц товара и вознаграждение продавцу" %}
  
  
  * The cost of all units of the product consists of the parameters `payment` and `cashback`.
  * The total amount of rewards to the seller is returned in the parameter `subsidy`.
  * Meaning `payment`, `cashback` and `subsidy` it may differ from the price in the catalog, because information about the store's promotions is not returned.
  * If there are several items in the order, the total value is returned in the parameters.
  * All amounts are indicated in the store's currency.
  
  
  {% endnote %}
  
  
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "payment": {
      "value": 0.5,
      "currencyId": "RUR"
    },
    "subsidy": {
      "value": 0.5,
      "currencyId": "RUR"
    },
    "cashback": {
      "value": 0.5,
      "currencyId": "RUR"
    },
    "vat": "NO_VAT"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _requiredInstanceTypes_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string[] &#124; null
  
  A list of required product markings.
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    "CIS"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _tags_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string[] &#124; null
  
  Product attributes.
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    "ULTIMA"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  The list of products in the order.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    {
      "id": 0,
      "offerId": "example",
      "offerName": "example",
      "count": 0,
      "prices": {
        "payment": {
          "value": 0.5,
          "currencyId": "RUR"
        },
        "subsidy": {
          "value": 0.5,
          "currencyId": "RUR"
        },
        "cashback": {
          "value": 0.5,
          "currencyId": "RUR"
        },
        "vat": "NO_VAT"
      },
      "instances": [
        {
          "cis": "example",
          "cisFull": "example",
          "uin": "example",
          "rnpt": "example",
          "gtd": "example",
          "countryCode": "RU"
        }
      ],
      "requiredInstanceTypes": [
        "CIS"
      ],
      "itemStatuses": [
        {
          "status": "CREATED",
          "count": 0
        }
      ],
      "tags": [
        "ULTIMA"
      ]
    }
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _orderId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  The order ID.
  {.table-cell}
  ||
  ||
  
  _paymentMethod_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Order payment method:
  
  * Values if payment is selected at checkout (`"paymentType": "PREPAID"`):
  
    * `YANDEX` — by bank card.
  
    * `APPLE_PAY` — Apple Pay (not in use).
  
    * `GOOGLE_PAY` — Google Pay (not in use).
  
    * `CREDIT` — on credit.
  
    * `TINKOFF_CREDIT` — on credit from Tinkoff Bank.
  
    * `TINKOFF_INSTALLMENTS` — installments at Tinkoff Bank.
  
    * `EXTERNAL_CERTIFICATE` — with a gift certificate (for example, from the Sberbank Online application).
  
    * `SBP` — through the fast payment system.
  
    * `B2B_ACCOUNT_PREPAYMENT` — The organization pays for the order.
  
    * `MICROCREDIT` - Split based on the MCC (Micro-credit company).
  
    * `BNPL_TBC` - BNPL via an external TBC bank.
  
    * `DIGITAL_RUBLE` - Digital ruble.
  
  
  * Values if payment is selected upon receipt of the order (`"paymentType": "POSTPAID"`):
  
    * `CARD_ON_DELIVERY` — by bank card.
  
    * `BOUND_CARD_ON_DELIVERY` — with a linked bank card upon receipt.
  
    * `BNPL_BANK_ON_DELIVERY` — super Split.
  
    * `BNPL_ON_DELIVERY` — Split.
  
    * `BNPL_TBYB` - Payment after delivery based on Split.
  
    * `CASH_ON_DELIVERY` — in cash.
  
    * `B2B_ACCOUNT_POSTPAYMENT` — the order is paid for by the organization after delivery.
  
  * `UNKNOWN` — unknown type.
  
  Default value: `CASH_ON_DELIVERY`.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `CASH_ON_DELIVERY`, `CARD_ON_DELIVERY`, `BOUND_CARD_ON_DELIVERY`, `BNPL_BANK_ON_DELIVERY`, `BNPL_ON_DELIVERY`, `YANDEX`, `APPLE_PAY`, `EXTERNAL_CERTIFICATE`, `CREDIT`, `GOOGLE_PAY`, `TINKOFF_CREDIT`, `SBP`, `TINKOFF_INSTALLMENTS`, `B2B_ACCOUNT_PREPAYMENT`, `B2B_ACCOUNT_POSTPAYMENT`, `MICROCREDIT`, `BNPL_TBYB`, `BNPL_TBC`, `DIGITAL_RUBLE`, `UNKNOWN`
  {.table-cell}
  ||
  ||
  
  _paymentType_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Order payment type:
  
  * `PREPAID` — payment at checkout.
  
  * `POSTPAID` — payment is made upon receipt of the order.
  
  * `UNKNOWN` — unknown type.
  
  If this parameter is omitted, the order will be paid upon receipt.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `PREPAID`, `POSTPAID`, `UNKNOWN`
  {.table-cell}
  ||
  ||
  
  _status_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Order status:
  
  * `PLACING` — It is being processed and is being prepared for reservation.
  
  * `RESERVED` — reserved, but under-issued (only for LaaS).
  
  * `UNPAID` — issued, but not yet paid (if payment is selected at checkout).
  
  * `PROCESSING` — it is under processing.
  
  * `DELIVERY` — transferred to the delivery service.
  
  * `PICKUP` — delivered to the pick-up point.
  
  * `DELIVERED` — received by the buyer.
  
  * `CANCELLED` — cancelled.
  
  * `PENDING` — awaiting processing by the seller.
  
  * `PARTIALLY_RETURNED` — partially refunded.
  
  * `RETURNED` — returned in full.
  
  * `UNKNOWN` — unknown status.
  
  Other values may also be returned. You don't need to process them.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `PLACING`, `RESERVED`, `UNPAID`, `PROCESSING`, `DELIVERY`, `PICKUP`, `DELIVERED`, `CANCELLED`, `PENDING`, `PARTIALLY_RETURNED`, `RETURNED`, `UNKNOWN`
  {.table-cell}
  ||
  ||
  
  _substatus_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Order processing stage (status `PROCESSING`) or the reason for the cancellation of the order (status `CANCELLED`).
  
  * Order values in the status `PROCESSING`:
  
      * `STARTED` — The order has been confirmed, and it can be processed.
  
      * `READY_TO_SHIP` — the order is assembled and ready for shipment.
  
  * Order values in the status `CANCELLED`:
  
      * `RESERVATION_EXPIRED` — The customer did not complete the reserved order within 10 minutes.
  
      * `USER_NOT_PAID` — the buyer did not pay for the order (for the type of payment `PREPAID`) for 30 minutes.
  
      * `USER_UNREACHABLE` — couldn't contact the buyer. To cancel with this reason, the following conditions must be met:
  
        * at least 3 calls from 8 to 21 in the buyer's time zone;
        * the break between the first and third calls is at least 90 minutes;
        * the connection is no shorter than 5 seconds.
  
        If at least one of these conditions is not met (except when the number is unavailable), you will not be able to cancel the order. A response with the error code 400 will be returned.
  
      * `USER_CHANGED_MIND` — the customer cancelled the order for personal reasons.
  
      * `USER_REFUSED_DELIVERY` — the buyer was not satisfied with the terms of delivery.
  
      * `USER_REFUSED_PRODUCT` — the product did not fit the buyer.
  
      * `SHOP_FAILED` — the store cannot complete the order.
  
      * `USER_REFUSED_QUALITY` — the buyer was not satisfied with the quality of the product.
  
      * `USER_IDENTIFICATION_MISMATCH` — The buyer's identification document does not match the data in the order.
  
      * `PURCHASE_GROUP_THRESHOLD_NOT_REACHED_CANCELLED` — The order was part of a group purchase and was canceled because the required number of purchases was not reached.
  
      * `REPLACING_ORDER` — the buyer decided to replace the product with another one on his own initiative.
  
      * `PROCESSING_EXPIRED` — the value is no longer used.
  
      * `PICKUP_EXPIRED` — The shelf life of the order at the pick-up point has expired.
  
      * `TOO_MANY_DELIVERY_DATE_CHANGES` — the order has been postponed too many times.
  
      * `TOO_LONG_DELIVERY` — The order is taking too long to be delivered.
  
      * `INCORRECT_PERSONAL_DATA` — For an order from abroad, the recipient's information is incorrect, and the order will not be checked at customs.
  
  * `TECHNICAL_ERROR` — a technical error on the Market's side. Contact support.
  
  Other values may also be returned. You don't need to process them.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `RESERVATION_EXPIRED`, `USER_NOT_PAID`, `USER_UNREACHABLE`, `USER_CHANGED_MIND`, `USER_REFUSED_DELIVERY`, `USER_REFUSED_PRODUCT`, `SHOP_FAILED`, `USER_REFUSED_QUALITY`, `REPLACING_ORDER`, `PROCESSING_EXPIRED`, `PENDING_EXPIRED`, `SHOP_PENDING_CANCELLED`, `PENDING_CANCELLED`, `USER_FRAUD`, `RESERVATION_FAILED`, `USER_PLACED_OTHER_ORDER`, `USER_BOUGHT_CHEAPER`, `MISSING_ITEM`, `BROKEN_ITEM`, `WRONG_ITEM`, `PICKUP_EXPIRED`, `DELIVERY_PROBLEMS`, `LATE_CONTACT`, `CUSTOM`, `DELIVERY_SERVICE_FAILED`, `WAREHOUSE_FAILED_TO_SHIP`, `DELIVERY_SERVICE_UNDELIVERED`, `PREORDER`, `AWAIT_CONFIRMATION`, `STARTED`, `PACKAGING`, `READY_TO_SHIP`, `SHIPPED`, `ASYNC_PROCESSING`, `WAITING_USER_INPUT`, `WAITING_BANK_DECISION`, `BANK_REJECT_CREDIT_OFFER`, `CUSTOMER_REJECT_CREDIT_OFFER`, `CREDIT_OFFER_FAILED`, `AWAIT_DELIVERY_DATES_CONFIRMATION`, `SERVICE_FAULT`, `DELIVERY_SERVICE_RECEIVED`, `USER_RECEIVED`, `WAITING_FOR_STOCKS`, `AS_PART_OF_MULTI_ORDER`, `READY_FOR_LAST_MILE`, `LAST_MILE_STARTED`, `ANTIFRAUD`, `DELIVERY_USER_NOT_RECEIVED`, `DELIVERY_SERVICE_DELIVERED`, `DELIVERED_USER_NOT_RECEIVED`, `USER_WANTED_ANOTHER_PAYMENT_METHOD`, `USER_RECEIVED_TECHNICAL_ERROR`, `USER_FORGOT_TO_USE_BONUS`, `DELIVERY_SERVICE_NOT_RECEIVED`, `DELIVERY_SERVICE_LOST`, `SHIPPED_TO_WRONG_DELIVERY_SERVICE`, `DELIVERED_USER_RECEIVED`, `WAITING_TINKOFF_DECISION`, `COURIER_SEARCH`, `COURIER_FOUND`, `COURIER_IN_TRANSIT_TO_SENDER`, `COURIER_ARRIVED_TO_SENDER`, `COURIER_RECEIVED`, `COURIER_NOT_FOUND`, `COURIER_NOT_DELIVER_ORDER`, `COURIER_RETURNS_ORDER`, `COURIER_RETURNED_ORDER`, `WAITING_USER_DELIVERY_INPUT`, `PICKUP_SERVICE_RECEIVED`, `PICKUP_USER_RECEIVED`, `CANCELLED_COURIER_NOT_FOUND`, `COURIER_NOT_COME_FOR_ORDER`, `DELIVERY_NOT_MANAGED_REGION`, `INCOMPLETE_CONTACT_INFORMATION`, `INCOMPLETE_MULTI_ORDER`, `INAPPROPRIATE_WEIGHT_SIZE`, `TECHNICAL_ERROR`, `SORTING_CENTER_LOST`, `COURIER_SEARCH_NOT_STARTED`, `LOST`, `AWAIT_PAYMENT`, `AWAIT_LAVKA_RESERVATION`, `USER_WANTS_TO_CHANGE_ADDRESS`, `FULL_NOT_RANSOM`, `PRESCRIPTION_MISMATCH`, `DROPOFF_LOST`, `DROPOFF_CLOSED`, `DELIVERY_TO_STORE_STARTED`, `USER_WANTS_TO_CHANGE_DELIVERY_DATE`, `WRONG_ITEM_DELIVERED`, `DAMAGED_BOX`, `AWAIT_DELIVERY_DATES`, `LAST_MILE_COURIER_SEARCH`, `PICKUP_POINT_CLOSED`, `LEGAL_INFO_CHANGED`, `USER_HAS_NO_TIME_TO_PICKUP_ORDER`, `DELIVERY_CUSTOMS_ARRIVED`, `DELIVERY_CUSTOMS_CLEARED`, `FIRST_MILE_DELIVERY_SERVICE_RECEIVED`, `AWAIT_AUTO_DELIVERY_DATES`, `AWAIT_USER_PERSONAL_DATA`, `NO_PERSONAL_DATA_EXPIRED`, `CUSTOMS_PROBLEMS`, `AWAIT_CASHIER`, `WAITING_POSTPAID_BUDGET_RESERVATION`, `AWAIT_SERVICEABLE_CONFIRMATION`, `POSTPAID_BUDGET_RESERVATION_FAILED`, `AWAIT_CUSTOM_PRICE_CONFIRMATION`, `READY_FOR_PICKUP`, `TOO_MANY_DELIVERY_DATE_CHANGES`, `TOO_LONG_DELIVERY`, `DEFERRED_PAYMENT`, `POSTPAID_FAILED`, `INCORRECT_PERSONAL_DATA`, `CUSTOMS_FAILED_MARKET`, `CUSTOMS_FAILED_USER_COMMERCIAL_ITEMS`, `CUSTOMS_FAILED_USER_DUTY_NOT_PAID`, `CUSTOMS_FAILED_USER_INVALID_PERSONAL_DATA`, `CUSTOMS_FAILED_USER_ADDITIONAL_DATA_NOT_PROVIDED`, `AWAIT_PAYMENT_AFTER_DELIVERY`, `AWAIT_USER_STEAM_FAST_URL`, `USER_IDENTIFICATION_MISMATCH`, `PURCHASE_GROUP_THRESHOLD_NOT_REACHED_CANCELLED`, `UNKNOWN`
  {.table-cell}
  ||
  ||
  
  _buyerType_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Type of buyer:
  
  * `PERSON` — a natural person.
  
  * `BUSINESS` — organization.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `PERSON`, `BUSINESS`
  {.table-cell}
  ||
  ||
  
  _cancelRequested_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: boolean
  
  **For the model only DBS**
  
  Whether a cancellation has been requested.
  
  {.table-cell}
  ||
  ||
  
  _externalOrderId_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The external ID of the order that you submitted to [POST v2/campaigns/{campaignId}/orders/{orderId}/external-id](https://yandex.com/dev/market/partner-api/doc/en/reference/orders/updateExternalOrderId.md).
  
  _Min length:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _notes_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Comment on the order.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _prices_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _cashback_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _currencyId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Currency codes:
  
  * `RUR` — the Russian ruble.
  * `UAH` — the Ukrainian hryvnia.
  * `BYR` — the Belarusian ruble.
  * `KZT` — Kazakhstani tenge.
  * `UZS` — Uzbek sum.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `RUR`, `USD`, `EUR`, `UAH`, `AUD`, `GBP`, `BYR`, `BYN`, `DKK`, `ISK`, `KZT`, `CAD`, `CNY`, `NOK`, `XDR`, `SGD`, `TRY`, `SEK`, `CHF`, `JPY`, `AZN`, `ALL`, `DZD`, `AOA`, `ARS`, `AMD`, `AFN`, `BHD`, `BGN`, `BOB`, `BWP`, `BND`, `BRL`, `BIF`, `HUF`, `VEF`, `KPW`, `VND`, `GMD`, `GHS`, `GNF`, `HKD`, `GEL`, `AED`, `EGP`, `ZMK`, `ILS`, `INR`, `IDR`, `JOD`, `IQD`, `IRR`, `YER`, `QAR`, `KES`, `KGS`, `COP`, `CDF`, `CRC`, `KWD`, `CUP`, `LAK`, `LVL`, `SLL`, `LBP`, `LYD`, `SZL`, `LTL`, `MUR`, `MRO`, `MKD`, `MWK`, `MGA`, `MYR`, `MAD`, `MXN`, `MZN`, `MDL`, `MNT`, `NPR`, `NGN`, `NIO`, `NZD`, `OMR`, `PKR`, `PYG`, `PEN`, `PLN`, `KHR`, `SAR`, `RON`, `SCR`, `SYP`, `SKK`, `SOS`, `SDG`, `SRD`, `TJS`, `THB`, `TWD`, `BDT`, `TZS`, `TND`, `TMM`, `UGX`, `UZS`, `UYU`, `PHP`, `DJF`, `XAF`, `XOF`, `HRK`, `CZK`, `CLP`, `LKR`, `EEK`, `ETB`, `RSD`, `ZAR`, `KRW`, `NAD`, `TL`, `UE`
  {.table-cell}
  ||
  ||
  
  _value_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: number
  
  Meaning.
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Currency and its value.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "value": 0.5,
    "currencyId": "RUR"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _delivery_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _payment_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _currencyId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Currency codes:
  
  * `RUR` — the Russian ruble.
  * `UAH` — the Ukrainian hryvnia.
  * `BYR` — the Belarusian ruble.
  * `KZT` — Kazakhstani tenge.
  * `UZS` — Uzbek sum.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `RUR`, `USD`, `EUR`, `UAH`, `AUD`, `GBP`, `BYR`, `BYN`, `DKK`, `ISK`, `KZT`, `CAD`, `CNY`, `NOK`, `XDR`, `SGD`, `TRY`, `SEK`, `CHF`, `JPY`, `AZN`, `ALL`, `DZD`, `AOA`, `ARS`, `AMD`, `AFN`, `BHD`, `BGN`, `BOB`, `BWP`, `BND`, `BRL`, `BIF`, `HUF`, `VEF`, `KPW`, `VND`, `GMD`, `GHS`, `GNF`, `HKD`, `GEL`, `AED`, `EGP`, `ZMK`, `ILS`, `INR`, `IDR`, `JOD`, `IQD`, `IRR`, `YER`, `QAR`, `KES`, `KGS`, `COP`, `CDF`, `CRC`, `KWD`, `CUP`, `LAK`, `LVL`, `SLL`, `LBP`, `LYD`, `SZL`, `LTL`, `MUR`, `MRO`, `MKD`, `MWK`, `MGA`, `MYR`, `MAD`, `MXN`, `MZN`, `MDL`, `MNT`, `NPR`, `NGN`, `NIO`, `NZD`, `OMR`, `PKR`, `PYG`, `PEN`, `PLN`, `KHR`, `SAR`, `RON`, `SCR`, `SYP`, `SKK`, `SOS`, `SDG`, `SRD`, `TJS`, `THB`, `TWD`, `BDT`, `TZS`, `TND`, `TMM`, `UGX`, `UZS`, `UYU`, `PHP`, `DJF`, `XAF`, `XOF`, `HRK`, `CZK`, `CLP`, `LKR`, `EEK`, `ETB`, `RSD`, `ZAR`, `KRW`, `NAD`, `TL`, `UE`
  {.table-cell}
  ||
  ||
  
  _value_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: number
  
  Meaning.
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Currency and its value.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "value": 0.5,
    "currencyId": "RUR"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _subsidy_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _currencyId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Currency codes:
  
  * `RUR` — the Russian ruble.
  * `UAH` — the Ukrainian hryvnia.
  * `BYR` — the Belarusian ruble.
  * `KZT` — Kazakhstani tenge.
  * `UZS` — Uzbek sum.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `RUR`, `USD`, `EUR`, `UAH`, `AUD`, `GBP`, `BYR`, `BYN`, `DKK`, `ISK`, `KZT`, `CAD`, `CNY`, `NOK`, `XDR`, `SGD`, `TRY`, `SEK`, `CHF`, `JPY`, `AZN`, `ALL`, `DZD`, `AOA`, `ARS`, `AMD`, `AFN`, `BHD`, `BGN`, `BOB`, `BWP`, `BND`, `BRL`, `BIF`, `HUF`, `VEF`, `KPW`, `VND`, `GMD`, `GHS`, `GNF`, `HKD`, `GEL`, `AED`, `EGP`, `ZMK`, `ILS`, `INR`, `IDR`, `JOD`, `IQD`, `IRR`, `YER`, `QAR`, `KES`, `KGS`, `COP`, `CDF`, `CRC`, `KWD`, `CUP`, `LAK`, `LVL`, `SLL`, `LBP`, `LYD`, `SZL`, `LTL`, `MUR`, `MRO`, `MKD`, `MWK`, `MGA`, `MYR`, `MAD`, `MXN`, `MZN`, `MDL`, `MNT`, `NPR`, `NGN`, `NIO`, `NZD`, `OMR`, `PKR`, `PYG`, `PEN`, `PLN`, `KHR`, `SAR`, `RON`, `SCR`, `SYP`, `SKK`, `SOS`, `SDG`, `SRD`, `TJS`, `THB`, `TWD`, `BDT`, `TZS`, `TND`, `TMM`, `UGX`, `UZS`, `UYU`, `PHP`, `DJF`, `XAF`, `XOF`, `HRK`, `CZK`, `CLP`, `LKR`, `EEK`, `ETB`, `RSD`, `ZAR`, `KRW`, `NAD`, `TL`, `UE`
  {.table-cell}
  ||
  ||
  
  _value_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: number
  
  Meaning.
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Currency and its value.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "value": 0.5,
    "currencyId": "RUR"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _vat_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  VAT on the product or delivery:
  
  * `NO_VAT` — VAT is not charged, it is used only for certain types of services.
  
  * `VAT_0` — 0% VAT. For example, it is used for the sale of goods exported in the customs procedure of export, or for the provision of services for the international transportation of goods.
  
  * `VAT_10` — 10% VAT. For example, it is used in the sale of certain food and medical products.
  
  * `VAT_10_110` — VAT 10/110. 10% VAT, applicable only for prepayment.
  
  * `VAT_20` — VAT 20%. Basic VAT from 2019 to January 1, 2026.
  
  * `VAT_20_120` — VAT 20/120. VAT is 20%, applicable only for prepayment.
  
  * `VAT_18` — VAT 18%. Basic VAT until 2019.
  
  * `VAT_18_118` — VAT 18/118. VAT was used until January 1, 2019 for prepayment.
  
  * `VAT_12` — VAT is 12%. It is used only in Uzbekistan.
  
  * `VAT_05` — VAT is 5%. VAT for the simplified taxation system (USN).
  
  * `VAT_07` — VAT is 7%. VAT for the simplified taxation system (USN).
  
  * `VAT_22` — VAT is 22%. Basic VAT starting from January 1, 2026.
  
  * `UNKNOWN_VALUE` — unknown type.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `NO_VAT`, `VAT_0`, `VAT_10`, `VAT_10_110`, `VAT_20`, `VAT_20_120`, `VAT_18`, `VAT_18_118`, `VAT_12`, `VAT_05`, `VAT_07`, `VAT_22`, `UNKNOWN_VALUE`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Information about the cost of delivery, including going up to the floor.
  
  
  {% note info "Как рассчитывается стоимость доставки" %}
  
  
  * The cost of delivery consists of the parameters `payment` and `subsidy`.
  * All amounts are indicated in the store's currency.
  
  
  {% endnote %}
  
  
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "payment": {
      "value": 0.5,
      "currencyId": "RUR"
    },
    "subsidy": {
      "value": 0.5,
      "currencyId": "RUR"
    },
    "vat": "NO_VAT"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _payment_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _currencyId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Currency codes:
  
  * `RUR` — the Russian ruble.
  * `UAH` — the Ukrainian hryvnia.
  * `BYR` — the Belarusian ruble.
  * `KZT` — Kazakhstani tenge.
  * `UZS` — Uzbek sum.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `RUR`, `USD`, `EUR`, `UAH`, `AUD`, `GBP`, `BYR`, `BYN`, `DKK`, `ISK`, `KZT`, `CAD`, `CNY`, `NOK`, `XDR`, `SGD`, `TRY`, `SEK`, `CHF`, `JPY`, `AZN`, `ALL`, `DZD`, `AOA`, `ARS`, `AMD`, `AFN`, `BHD`, `BGN`, `BOB`, `BWP`, `BND`, `BRL`, `BIF`, `HUF`, `VEF`, `KPW`, `VND`, `GMD`, `GHS`, `GNF`, `HKD`, `GEL`, `AED`, `EGP`, `ZMK`, `ILS`, `INR`, `IDR`, `JOD`, `IQD`, `IRR`, `YER`, `QAR`, `KES`, `KGS`, `COP`, `CDF`, `CRC`, `KWD`, `CUP`, `LAK`, `LVL`, `SLL`, `LBP`, `LYD`, `SZL`, `LTL`, `MUR`, `MRO`, `MKD`, `MWK`, `MGA`, `MYR`, `MAD`, `MXN`, `MZN`, `MDL`, `MNT`, `NPR`, `NGN`, `NIO`, `NZD`, `OMR`, `PKR`, `PYG`, `PEN`, `PLN`, `KHR`, `SAR`, `RON`, `SCR`, `SYP`, `SKK`, `SOS`, `SDG`, `SRD`, `TJS`, `THB`, `TWD`, `BDT`, `TZS`, `TND`, `TMM`, `UGX`, `UZS`, `UYU`, `PHP`, `DJF`, `XAF`, `XOF`, `HRK`, `CZK`, `CLP`, `LKR`, `EEK`, `ETB`, `RSD`, `ZAR`, `KRW`, `NAD`, `TL`, `UE`
  {.table-cell}
  ||
  ||
  
  _value_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: number
  
  Meaning.
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Currency and its value.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "value": 0.5,
    "currencyId": "RUR"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _subsidy_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _currencyId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Currency codes:
  
  * `RUR` — the Russian ruble.
  * `UAH` — the Ukrainian hryvnia.
  * `BYR` — the Belarusian ruble.
  * `KZT` — Kazakhstani tenge.
  * `UZS` — Uzbek sum.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `RUR`, `USD`, `EUR`, `UAH`, `AUD`, `GBP`, `BYR`, `BYN`, `DKK`, `ISK`, `KZT`, `CAD`, `CNY`, `NOK`, `XDR`, `SGD`, `TRY`, `SEK`, `CHF`, `JPY`, `AZN`, `ALL`, `DZD`, `AOA`, `ARS`, `AMD`, `AFN`, `BHD`, `BGN`, `BOB`, `BWP`, `BND`, `BRL`, `BIF`, `HUF`, `VEF`, `KPW`, `VND`, `GMD`, `GHS`, `GNF`, `HKD`, `GEL`, `AED`, `EGP`, `ZMK`, `ILS`, `INR`, `IDR`, `JOD`, `IQD`, `IRR`, `YER`, `QAR`, `KES`, `KGS`, `COP`, `CDF`, `CRC`, `KWD`, `CUP`, `LAK`, `LVL`, `SLL`, `LBP`, `LYD`, `SZL`, `LTL`, `MUR`, `MRO`, `MKD`, `MWK`, `MGA`, `MYR`, `MAD`, `MXN`, `MZN`, `MDL`, `MNT`, `NPR`, `NGN`, `NIO`, `NZD`, `OMR`, `PKR`, `PYG`, `PEN`, `PLN`, `KHR`, `SAR`, `RON`, `SCR`, `SYP`, `SKK`, `SOS`, `SDG`, `SRD`, `TJS`, `THB`, `TWD`, `BDT`, `TZS`, `TND`, `TMM`, `UGX`, `UZS`, `UYU`, `PHP`, `DJF`, `XAF`, `XOF`, `HRK`, `CZK`, `CLP`, `LKR`, `EEK`, `ETB`, `RSD`, `ZAR`, `KRW`, `NAD`, `TL`, `UE`
  {.table-cell}
  ||
  ||
  
  _value_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: number
  
  Meaning.
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Currency and its value.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "value": 0.5,
    "currencyId": "RUR"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Information about the cost of the order.
  
  
  {% note info "Как рассчитывается стоимость заказа, доставки и вознаграждение продавцу" %}
  
  
  * The cost of the goods in the order consists of the parameters `payment` and `cashback`.
  * The total amount of rewards to the seller is returned in the parameter `subsidy`.
  * Meaning `payment`, `cashback` and `subsidy` it may differ from the price in the catalog, because information about the store's promotions is not returned.
  * The cost of delivery consists of the parameters `payment` and `subsidy` in `delivery`.
  * All amounts are indicated in the store's currency.
  
  
  {% endnote %}
  
  
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "payment": {
      "value": 0.5,
      "currencyId": "RUR"
    },
    "subsidy": {
      "value": 0.5,
      "currencyId": "RUR"
    },
    "cashback": {
      "value": 0.5,
      "currencyId": "RUR"
    },
    "delivery": {
      "payment": {
        "value": 0.5,
        "currencyId": "RUR"
      },
      "subsidy": {
        "value": 0.5,
        "currencyId": "RUR"
      },
      "vat": "NO_VAT"
    }
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _programType_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Working model:
  
  * `FBY` — FBY.
  * `FBS` — FBS.
  * `DBS` — DBS.
  * `EXPRESS` — Express.
  * `LAAS` — LaaS.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `FBY`, `FBS`, `DBS`, `EXPRESS`, `LAAS`
  {.table-cell}
  ||
  ||
  
  _services_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _liftType_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The type of lifting the order to the floor:
  
  * `NOT_NEEDED` — not required.
  
  * `MANUAL` — manual.
  
  * `ELEVATOR` — elevator.
  
  * `CARGO_ELEVATOR` — freight elevator.
  
  * `FREE` — any of the above, if the free lift option is enabled.
  
  * `UNKNOWN` — unknown type.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `NOT_NEEDED`, `MANUAL`, `ELEVATOR`, `CARGO_ELEVATOR`, `FREE`, `UNKNOWN`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  Services added to the order.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "liftType": "NOT_NEEDED"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _sourcePlatform_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The site is the source of the order:
  
  * `MARKET` — an order placed on the Market.
  
  * `OTHER` — LaaS is an order created by the seller.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `MARKET`, `OZON`, `WILDBERRIES`, `OTHER`
  {.table-cell}
  ||
  ||
  
  _updateDate_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date-time&gt;
  
  The date and time of the last order update.
  
  Date format: ISO 8601 with an offset relative to UTC.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2020-02-02T14:30:30+03:00`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  The list of orders in the cabinet.
  
  _Max items:_{.json-schema-reset .json-schema-assertion} `50`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    {
      "orderId": 0,
      "campaignId": 1,
      "programType": "FBY",
      "externalOrderId": "example",
      "status": "PLACING",
      "substatus": "RESERVATION_EXPIRED",
      "creationDate": "2020-02-02T14:30:30+03:00",
      "updateDate": "2020-02-02T14:30:30+03:00",
      "paymentType": "PREPAID",
      "paymentMethod": "CASH_ON_DELIVERY",
      "fake": true,
      "items": [
        {
          "id": 0,
          "offerId": "example",
          "offerName": "example",
          "count": 0,
          "prices": {
            "payment": {},
            "subsidy": {},
            "cashback": {},
            "vat": "NO_VAT"
          },
          "instances": [
            {}
          ],
          "requiredInstanceTypes": [
            "CIS"
          ],
          "itemStatuses": [
            {}
          ],
          "tags": [
            "ULTIMA"
          ]
        }
      ],
      "prices": {
        "payment": {
          "value": 0.5,
          "currencyId": "RUR"
        },
        "subsidy": {
          "value": 0.5,
          "currencyId": "RUR"
        },
        "cashback": {
          "value": 0.5,
          "currencyId": "RUR"
        },
        "delivery": {
          "payment": {
            "value": 0.5,
            "currencyId": "RUR"
          },
          "subsidy": {
            "value": 0.5,
            "currencyId": "RUR"
          },
          "vat": "NO_VAT"
        }
      },
      "delivery": {
        "type": "DELIVERY",
        "serviceName": "example",
        "deliveryServiceId": 0,
        "warehouseId": "example",
        "deliveryPartnerType": "SHOP",
        "dispatchType": "UNKNOWN",
        "dates": {
          "fromDate": "2025-01-01",
          "toDate": "2025-01-01",
          "fromTime": "12:00:00",
          "toTime": "12:00:00",
          "realDeliveryDate": "2025-01-01"
        },
        "shipment": {
          "id": 0,
          "shipmentDate": "2025-01-01",
          "shipmentTime": "12:00:00"
        },
        "courier": {
          "address": {
            "country": "example",
            "postcode": "example",
            "city": "example",
            "district": "example",
            "subway": "example",
            "street": "example",
            "house": "example",
            "block": "example",
            "entrance": "example",
            "entryphone": "example",
            "floor": "example",
            "apartment": "example",
            "gps": {}
          },
          "region": {
            "id": 0,
            "name": "example",
            "type": "OTHER",
            "parent": null
          }
        },
        "pickup": {
          "address": {
            "country": "example",
            "postcode": "example",
            "city": "example",
            "district": "example",
            "subway": "example",
            "street": "example",
            "house": "example",
            "block": "example",
            "entrance": "example",
            "entryphone": "example",
            "floor": "example",
            "apartment": "example",
            "gps": {}
          },
          "region": {
            "id": 0,
            "name": "example",
            "type": "OTHER",
            "parent": null
          },
          "logisticPointId": 1,
          "outletCode": "example",
          "outletStorageLimitDate": "2025-01-01"
        },
        "transfer": {
          "courier": {
            "fullName": "example",
            "phone": "example",
            "phoneExtension": "example",
            "vehicleNumber": "example",
            "vehicleDescription": "example"
          },
          "eac": {
            "eacType": "MERCHANT_TO_COURIER",
            "eacCode": "example"
          }
        },
        "boxesLayout": [
          {
            "items": [
              null
            ],
            "boxId": 0,
            "barcode": "example"
          }
        ],
        "tracks": [
          {
            "trackCode": "example",
            "deliveryServiceId": 0
          }
        ],
        "estimated": true,
        "receiveBarcode": "example",
        "receiveCode": "example",
        "digitalGoods": {
          "type": "EMAIL",
          "steamLink": "example"
        }
      },
      "services": {
        "liftType": "NOT_NEEDED"
      },
      "buyerType": "PERSON",
      "notes": "example",
      "cancelRequested": true,
      "sourcePlatform": "MARKET"
    }
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _paging_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _nextPageToken_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  ID of the next results page.
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  The ID of the next page.
  
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "nextPageToken": "example"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__400">
  
  ## 400 Bad Request
  
  The request contains incorrect data. [Learn more about errors when working with orders](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#orders)
  
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "example",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The error code.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "example",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "example",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "example",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__401">
  
  ## 401 Unauthorized
  
  The authorization data is not specified in the request. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#401)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "example",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The error code.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "example",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "example",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "example",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__403">
  
  ## 403 Forbidden
  
  The authorization data is incorrect or access to the resource is prohibited. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#403)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "example",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The error code.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "example",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "example",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "example",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__404">
  
  ## 404 Not Found
  
  The requested resource was not found. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#404)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "example",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The error code.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "example",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "example",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "example",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__420">
  
  ## 420 Method Failure
  
  The resource access limit has been exceeded. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#420)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "example",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The error code.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "example",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "example",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "example",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__500">
  
  ## 500 Internal Server Error
  
  Internal error of Yandex. Market. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#500)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "example",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The error code.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "example",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "example",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "example",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
        

- Console

  ```openapi-sandbox translate=no
  pathParams:
    - description: "Cabinet ID.\n\n\n:::no-translate\n{% if audience == \"partner\" %}\n:::\n\n\nTo find out, use the request [GET\_v2/campaigns](../../reference/campaigns/getCampaigns.md).\n\nℹ️ [What is a cabinet and a store on the Market?](https://yandex.ru/support/marketplace/account/introduction.html)\n\n\n:::no-translate\n{% endif %}\n:::\n\n"
      name: businessId
      in: path
      required: true
      schema:
        type: integer
        format: int64
        minimum: 1
  searchParams:
    - name: pageToken
      description: >
        ID of the results page.
  
  
        If the parameter is omitted, the first page is returned.
  
  
        Pass the value of the output parameter `nextPageToken`,
        received during the last request.
      in: query
      required: false
      x-transform: token
      x-aliases:
        - pageToken
        - page_token
      schema:
        type: string
    - name: limit
      description: |
        The number of values per page. <br><br> If the parameter value exceeds the maximum allowed value, it will be reduced to the maximum.
      in: query
      required: false
      x-transform: truncateLimit
      schema:
        type: integer
        format: int32
        minimum: 1
        default: 50
        maximum: 50
  headers: []
  body: |-
    {
      "orderIds": [
        0
      ],
      "externalOrderIds": [
        "example"
      ],
      "programTypes": [
        "FBY"
      ],
      "campaignIds": [
        1
      ],
      "statuses": [
        "PLACING"
      ],
      "substatuses": [
        "RESERVATION_EXPIRED"
      ],
      "dates": {
        "creationDateFrom": "2025-01-01",
        "creationDateTo": "2025-01-01",
        "shipmentDateFrom": "2025-01-01",
        "shipmentDateTo": "2025-01-01",
        "updateDateFrom": "2025-01-01T00:00:00Z",
        "updateDateTo": "2025-01-01T00:00:00Z"
      },
      "fake": true,
      "waitingForCancellationApprove": true,
      "sourcePlatforms": [
        "MARKET"
      ]
    }
  schema:
    type: object
    description: Request for information about business orders.
    properties:
      orderIds:
        description: Order IDs.
        nullable: true
        uniqueItems: true
        type: array
        items:
          type: integer
          format: int64
        minItems: 1
        maxItems: 50
      externalOrderIds:
        description: External order IDs.
        nullable: true
        uniqueItems: true
        type: array
        items:
          description: "The external ID of the order that you submitted to [POST\_v2/campaigns/{campaignId}/orders/{orderId}/external-id](../../reference/orders/updateExternalOrderId.md)."
          type: string
          minLength: 1
        minItems: 1
        maxItems: 50
      programTypes:
        description: Models of the store's operation on the Market.
        nullable: true
        uniqueItems: true
        type: array
        items:
          description: |
            Working model:
  
            * `FBY` — FBY.
            * `FBS` — FBS.
            * `DBS` — DBS.
            * `EXPRESS` — Express.
            * `LAAS` — LaaS.
          type: string
          enum:
            - FBY
            - FBS
            - DBS
            - EXPRESS
            - LAAS
        minItems: 1
      campaignIds:
        description: IDs of store campaigns.
        nullable: true
        uniqueItems: true
        type: array
        items:
          description: "The ID of the campaign (store) — The technical identifier that represents your store in the Yandex Market system when working through the API. It is uniquely linked to your store, but it is intended only for automated interaction.\n\nYou can find it using a query [GET\_v2/campaigns](../../reference/campaigns/getCampaigns.md) or find it in the seller's office on the Market. Click on your account icon → **Settings** and in the menu on the left, select **APIs and modules**:\n\n* block **Campaign ID**;\n* tab **Query log** → drop-down list in the block **Show logs**.\n\n⚠️ Do not confuse it with:\n- the store's identifier, which is displayed in the merchant's personal account.\n- advertising campaigns.\n"
          type: integer
          format: int64
          minimum: 1
        minItems: 1
        maxItems: 50
      statuses:
        description: Order statuses.
        nullable: true
        uniqueItems: true
        type: array
        items:
          description: >
            Order status:
  
  
            * `PLACING` — It is being processed and
            is being prepared for reservation.
  
  
            * `RESERVED` — reserved, but
            under-issued (only for LaaS).
  
  
            * `UNPAID` — issued, but not yet paid
            (if payment is selected at checkout).
  
  
            * `PROCESSING` — it is under processing.
  
  
            * `DELIVERY` — transferred to the
            delivery service.
  
  
            * `PICKUP` — delivered to the pick-up
            point.
  
  
            * `DELIVERED` — received by the buyer.
  
  
            * `CANCELLED` — cancelled.
  
  
            * `PENDING` — awaiting processing by the
            seller.
  
  
            * `PARTIALLY_RETURNED` — partially
            refunded.
  
  
            * `RETURNED` — returned in full.
  
  
            * `UNKNOWN` — unknown status.
  
  
            Other values may also be returned. You don't need to process them.
          type: string
          enum:
            - PLACING
            - RESERVED
            - UNPAID
            - PROCESSING
            - DELIVERY
            - PICKUP
            - DELIVERED
            - CANCELLED
            - PENDING
            - PARTIALLY_RETURNED
            - RETURNED
            - UNKNOWN
        minItems: 1
      substatuses:
        description: Stages of processing or reasons for canceling orders.
        nullable: true
        uniqueItems: true
        type: array
        items:
          description: >
            Order processing stage (status `PROCESSING`) or the
            reason for the cancellation of the order (status
            `CANCELLED`).
  
  
            * Order values in the status `PROCESSING`:
  
                * `STARTED` — The order has been confirmed, and it can be processed.
  
                * `READY_TO_SHIP` — the order is assembled and ready for shipment.
  
            * Order values in the status `CANCELLED`:
  
                * `RESERVATION_EXPIRED` — The customer did not complete the reserved order within 10 minutes.
  
                * `USER_NOT_PAID` — the buyer did not pay for the order (for the type of payment `PREPAID`) for 30 minutes.
  
                * `USER_UNREACHABLE` — couldn't contact the buyer. To cancel with this reason, the following conditions must be met:
  
                  * at least 3 calls from 8 to 21 in the buyer's time zone;
                  * the break between the first and third calls is at least 90 minutes;
                  * the connection is no shorter than 5 seconds.
  
                  If at least one of these conditions is not met (except when the number is unavailable), you will not be able to cancel the order. A response with the error code 400 will be returned.
  
                * `USER_CHANGED_MIND` — the customer cancelled the order for personal reasons.
  
                * `USER_REFUSED_DELIVERY` — the buyer was not satisfied with the terms of delivery.
  
                * `USER_REFUSED_PRODUCT` — the product did not fit the buyer.
  
                * `SHOP_FAILED` — the store cannot complete the order.
  
                * `USER_REFUSED_QUALITY` — the buyer was not satisfied with the quality of the product.
  
                * `USER_IDENTIFICATION_MISMATCH` — The buyer's identification document does not match the data in the order.
  
                * `PURCHASE_GROUP_THRESHOLD_NOT_REACHED_CANCELLED` — The order was part of a group purchase and was canceled because the required number of purchases was not reached.
  
                * `REPLACING_ORDER` — the buyer decided to replace the product with another one on his own initiative.
  
                * `PROCESSING_EXPIRED` — the value is no longer used.
  
                * `PICKUP_EXPIRED` — The shelf life of the order at the pick-up point has expired.
  
                * `TOO_MANY_DELIVERY_DATE_CHANGES` — the order has been postponed too many times.
  
                * `TOO_LONG_DELIVERY` — The order is taking too long to be delivered.
  
                * `INCORRECT_PERSONAL_DATA` — For an order from abroad, the recipient's information is incorrect, and the order will not be checked at customs.
  
            * `TECHNICAL_ERROR` — a technical error
            on the Market's side. Contact support.
  
  
            Other values may also be returned. You don't need to process them.
          type: string
          enum:
            - RESERVATION_EXPIRED
            - USER_NOT_PAID
            - USER_UNREACHABLE
            - USER_CHANGED_MIND
            - USER_REFUSED_DELIVERY
            - USER_REFUSED_PRODUCT
            - SHOP_FAILED
            - USER_REFUSED_QUALITY
            - REPLACING_ORDER
            - PROCESSING_EXPIRED
            - PENDING_EXPIRED
            - SHOP_PENDING_CANCELLED
            - PENDING_CANCELLED
            - USER_FRAUD
            - RESERVATION_FAILED
            - USER_PLACED_OTHER_ORDER
            - USER_BOUGHT_CHEAPER
            - MISSING_ITEM
            - BROKEN_ITEM
            - WRONG_ITEM
            - PICKUP_EXPIRED
            - DELIVERY_PROBLEMS
            - LATE_CONTACT
            - CUSTOM
            - DELIVERY_SERVICE_FAILED
            - WAREHOUSE_FAILED_TO_SHIP
            - DELIVERY_SERVICE_UNDELIVERED
            - PREORDER
            - AWAIT_CONFIRMATION
            - STARTED
            - PACKAGING
            - READY_TO_SHIP
            - SHIPPED
            - ASYNC_PROCESSING
            - WAITING_USER_INPUT
            - WAITING_BANK_DECISION
            - BANK_REJECT_CREDIT_OFFER
            - CUSTOMER_REJECT_CREDIT_OFFER
            - CREDIT_OFFER_FAILED
            - AWAIT_DELIVERY_DATES_CONFIRMATION
            - SERVICE_FAULT
            - DELIVERY_SERVICE_RECEIVED
            - USER_RECEIVED
            - WAITING_FOR_STOCKS
            - AS_PART_OF_MULTI_ORDER
            - READY_FOR_LAST_MILE
            - LAST_MILE_STARTED
            - ANTIFRAUD
            - DELIVERY_USER_NOT_RECEIVED
            - DELIVERY_SERVICE_DELIVERED
            - DELIVERED_USER_NOT_RECEIVED
            - USER_WANTED_ANOTHER_PAYMENT_METHOD
            - USER_RECEIVED_TECHNICAL_ERROR
            - USER_FORGOT_TO_USE_BONUS
            - DELIVERY_SERVICE_NOT_RECEIVED
            - DELIVERY_SERVICE_LOST
            - SHIPPED_TO_WRONG_DELIVERY_SERVICE
            - DELIVERED_USER_RECEIVED
            - WAITING_TINKOFF_DECISION
            - COURIER_SEARCH
            - COURIER_FOUND
            - COURIER_IN_TRANSIT_TO_SENDER
            - COURIER_ARRIVED_TO_SENDER
            - COURIER_RECEIVED
            - COURIER_NOT_FOUND
            - COURIER_NOT_DELIVER_ORDER
            - COURIER_RETURNS_ORDER
            - COURIER_RETURNED_ORDER
            - WAITING_USER_DELIVERY_INPUT
            - PICKUP_SERVICE_RECEIVED
            - PICKUP_USER_RECEIVED
            - CANCELLED_COURIER_NOT_FOUND
            - COURIER_NOT_COME_FOR_ORDER
            - DELIVERY_NOT_MANAGED_REGION
            - INCOMPLETE_CONTACT_INFORMATION
            - INCOMPLETE_MULTI_ORDER
            - INAPPROPRIATE_WEIGHT_SIZE
            - TECHNICAL_ERROR
            - SORTING_CENTER_LOST
            - COURIER_SEARCH_NOT_STARTED
            - LOST
            - AWAIT_PAYMENT
            - AWAIT_LAVKA_RESERVATION
            - USER_WANTS_TO_CHANGE_ADDRESS
            - FULL_NOT_RANSOM
            - PRESCRIPTION_MISMATCH
            - DROPOFF_LOST
            - DROPOFF_CLOSED
            - DELIVERY_TO_STORE_STARTED
            - USER_WANTS_TO_CHANGE_DELIVERY_DATE
            - WRONG_ITEM_DELIVERED
            - DAMAGED_BOX
            - AWAIT_DELIVERY_DATES
            - LAST_MILE_COURIER_SEARCH
            - PICKUP_POINT_CLOSED
            - LEGAL_INFO_CHANGED
            - USER_HAS_NO_TIME_TO_PICKUP_ORDER
            - DELIVERY_CUSTOMS_ARRIVED
            - DELIVERY_CUSTOMS_CLEARED
            - FIRST_MILE_DELIVERY_SERVICE_RECEIVED
            - AWAIT_AUTO_DELIVERY_DATES
            - AWAIT_USER_PERSONAL_DATA
            - NO_PERSONAL_DATA_EXPIRED
            - CUSTOMS_PROBLEMS
            - AWAIT_CASHIER
            - WAITING_POSTPAID_BUDGET_RESERVATION
            - AWAIT_SERVICEABLE_CONFIRMATION
            - POSTPAID_BUDGET_RESERVATION_FAILED
            - AWAIT_CUSTOM_PRICE_CONFIRMATION
            - READY_FOR_PICKUP
            - TOO_MANY_DELIVERY_DATE_CHANGES
            - TOO_LONG_DELIVERY
            - DEFERRED_PAYMENT
            - POSTPAID_FAILED
            - INCORRECT_PERSONAL_DATA
            - CUSTOMS_FAILED_MARKET
            - CUSTOMS_FAILED_USER_COMMERCIAL_ITEMS
            - CUSTOMS_FAILED_USER_DUTY_NOT_PAID
            - CUSTOMS_FAILED_USER_INVALID_PERSONAL_DATA
            - CUSTOMS_FAILED_USER_ADDITIONAL_DATA_NOT_PROVIDED
            - AWAIT_PAYMENT_AFTER_DELIVERY
            - AWAIT_USER_STEAM_FAST_URL
            - USER_IDENTIFICATION_MISMATCH
            - PURCHASE_GROUP_THRESHOLD_NOT_REACHED_CANCELLED
            - UNKNOWN
        minItems: 1
      dates:
        type: object
        description: Filter by order dates.
        properties:
          creationDateFrom:
            description: >
              The starting date for filtering orders by checkout date.
  
  
              Date format: `YYYY-MM-DD`.
  
  
              Between the start and end date (parameter
              `creationDateTo`) should be no more than 30 days old.
  
  
              Default value: 30 days ago from the current date.
  
  
              The start date is included in the interval for filtering.
            type: string
            format: date
          creationDateTo:
            description: >
              The end date for filtering orders by checkout date.
  
  
              Date format: `YYYY-MM-DD`.
  
  
              Between the initial (parameter `creationDateFrom`)
              and the end date should be no more than 30 days.
  
  
              Default value: current date.
  
  
              If the time interval between `creationDateTo` and
              `creationDateFrom` less than a day, then
              `creationDateTo` equal to
              `creationDateFrom` + a day.
  
  
              The end date is not included in the filtering interval.
            type: string
            format: date
          shipmentDateFrom:
            description: >
              The starting date for filtering orders by the date of shipment to
              the delivery service (parameter `shipmentDate`).
  
  
              Date format: `YYYY-MM-DD`.
  
  
              Between the start and end date (parameter
              `shipmentDateTo`) should be no more than 30 days old.
  
  
              The start date is included in the interval for filtering.
            type: string
            format: date
          shipmentDateTo:
            description: >
              The end date for filtering orders by the date of shipment to the
              delivery service (parameter `shipmentDate`).
  
  
              Date format: `YYYY-MM-DD`.
  
  
              Between the initial (parameter `shipmentDateFrom`)
              and the end date should be no more than 30 days.
  
  
              If the time interval between `shipmentDateTo` and
              `shipmentDateFrom` less than a day, then
              `shipmentDateTo` equal to
              `shipmentDateFrom` + a day.
  
  
              The end date is not included in the filtering interval.
            type: string
            format: date
          updateDateFrom:
            description: The initial date of the order update (ISO 8601).
            type: string
            format: date-time
          updateDateTo:
            description: The end date of the order update (ISO 8601).
            type: string
            format: date-time
      fake:
        description: >
          Order type:
  
  
          * `false` — the real customer's order.
  
  
          * `true` — [test
          order](../../concepts/sandbox.md) Yandex. Market.
        type: boolean
      waitingForCancellationApprove:
        description: >
          **For the model only DBS**
  
  
          A filter for receiving orders that have cancellation requests.
  
  
          With the value `true` only those orders that are in the
          status are returned. `DELIVERY` or
          `PICKUP`, and the users decided to cancel them.
        type: boolean
      sourcePlatforms:
        description: Platforms are sources of orders.
        nullable: true
        uniqueItems: true
        type: array
        items:
          description: >
            The site is the source of the order:
  
  
            * `MARKET` — an order placed on the
            Market.
  
  
            * `OTHER` — LaaS is an order created by
            the seller.
          type: string
          enum:
            - MARKET
            - OZON
            - WILDBERRIES
            - OTHER
        minItems: 1
  bodyType: application/json
  method: post
  security:
    - type: apiKey
      name: 'Api-Key'
      in: header
    - type: oauth2
      x-inline: true
      flows:
        implicit:
          authorizationUrl: https://oauth.yandex.ru/authorize
          scopes:
            market:partner-api: API Яндекс.Маркета / Поиска по товарам для партнеров
  path: v1/businesses/{businessId}/orders
  host: https://api.partner.market.yandex.ru
  
  ```
        

{% endlist %}


</div>
<!-- endsource: en/api/orders/getBusinessOrders.md -->

[*safe-tag]:
The security tag helps to prevent the product from being replaced upon return. You will not be able to return the product without the protective tag that was present at the time of purchase.

[*cis-regular-value]:
Meaning `cis` must match the regular expression `^(?=.{1,256}$)\u001D?(\(?01\)?\d{14}\(?21\)?([!-~]{6,8}|[!-~]{13}|[!-~]{20})(\u001D\(?240\)?.{1,30})?\u001D\(?9[1,3]\)?.+)$`.<br><br>Without the cryptotail — `^(?=[!-~]{1,256}$)(\(?01\)?\d{14}\(?21\)?(.{6,8}|.{13}|.{20}))$`.

[*Deprecated]: No longer supported, please use an alternative and newer version.