---
metadata:
  - name: generator
    content: Diplodoc Platform v5.55.0
alternate:
  - https://yandex.com/dev/market/partner-api/doc/en/reference/orders-stats/getOrdersStats.md
  - https://yandex.com/dev/market/partner-api/doc/ru/reference/orders-stats/getOrdersStats.md
  - https://yandex.com/dev/market/partner-api/doc/zh/reference/orders-stats/getOrdersStats.md
  - href: en/reference/orders-stats/getOrdersStats.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-stats/getOrdersStats.md -->
<div class="openapi">

# Detailed information on orders

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

{% list tabs %}

- Info

  
  <!-- source: en/_auto/method_scopes/getOrdersStats.md -->
  **The method is available for models: [FBY](https://yandex.com/dev/market/partner-api/doc/en/overview/fby.md), [FBS](https://yandex.com/dev/market/partner-api/doc/en/overview/fbs.md), [Express](https://yandex.com/dev/market/partner-api/doc/en/overview/express.md) and [DBS](https://yandex.com/dev/market/partner-api/doc/en/overview/dbs.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)
  * all-methods — Full account management
  * all-methods:read-only — View all data

  {% endcut %}
  <!-- endsource: en/_auto/method_scopes/getOrdersStats.md -->
  
  
  Returns information about orders on the Market that contain your products.
  
  You can use it to collect statistics on your orders and find out, for example, which of the products are most often returned by customers, which, on the contrary, are in high demand, etc.
  
  
  {% note tip "Информация по созданным или обновленным заказам может появиться с задержкой до 40 минут" %}
  
  
  To get the data without delay, use the method [POST v1/businesses/{businessId}/orders](https://yandex.com/dev/market/partner-api/doc/en/reference/orders/getBusinessOrders.md).
  
  
  {% endnote %}
  
  
  You can get information on up to 200 orders in one request.
  
  
  <!-- source: en/_auto/method_limits/getOrdersStats.md -->
  |<div style="text-align: left;">**⚙️ Limit:** 10 000 requests per hour</div>|
  |-|
  <!-- endsource: en/_auto/method_limits/getOrdersStats.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/v2/campaigns/{campaignId}/stats/orders
  ```
  
  </div>
  
  </div>
  
  </div>
  
  ### Path parameters
  
  #|
  || **Name** | **Description** ||
  ||
  
  _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}
  ||
  |#{.json-schema-properties}
  
  ### Query parameters
  
  #|
  || **Name** | **Description** ||
  ||
  
  _limit_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  The number of values per page.
  
  
  _Default:_{.json-schema-reset .json-schema-value} `100`
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Max value:_{.json-schema-reset .json-schema-assertion} `200`
  {.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
  {
    "dateFrom": "2025-01-01",
    "dateTo": "2025-01-01",
    "updateFrom": "2025-01-01",
    "updateTo": "2025-01-01",
    "orders": [
      0
    ],
    "statuses": [
      "CANCELLED_BEFORE_PROCESSING"
    ],
    "hasCis": true
  }
  ```
  
  {% endcut %}
  
  #|
  || **Name** | **Description** ||
  ||
  
  _dateFrom_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  The initial date when the order was generated.
  
  Date format: `YYYY‑MM‑DD`.
  
  Cannot be used together with parameters `updateFrom` and `updateTo`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  ||
  
  _dateTo_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  The end date when the order was generated.
  
  Date format: `YYYY‑MM‑DD`.
  
  Cannot be used together with parameters `updateFrom` and `updateTo`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  ||
  
  _hasCis_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: boolean
  
  A filter for receiving orders that contain at least one product with an identification code in the system. ["An honest SIGN"](https://честныйзнак.рф/) or [«ASL BELGISI»](https://aslbelgisi.uz) (for sellers Market Yandex Go):
  
  * `true` — Yes.
  * `false` — No.
  Such codes are assigned to products that are subject to labeling and belong to certain categories.
  
  {.table-cell}
  ||
  ||
  
  _orders_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer[] &#124; null
  
  List of order IDs.
  
  _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
  [
    0
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _statuses_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string[] &#124; null
  
  List of 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
  [
    "CANCELLED_BEFORE_PROCESSING"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _updateFrom_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  The start date of the period for which changes were made to the order (for example, status or payment information).
  
  Date format: `YYYY‑MM‑DD`.
  
  Cannot be used together with parameters `dateFrom` and `dateTo`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  ||
  
  _updateTo_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  The end date of the period for which the order was changed (for example, the status or payment information).
  
  Date format: `YYYY‑MM‑DD`.
  
  Cannot be used together with parameters `dateFrom` and `dateTo`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  </div>
  
  ## Responses
  
  <div class="openapi__response__code__200">
  
  ## 200 OK
  
  Information about orders.
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "result": {
      "orders": [
        {
          "id": 0,
          "creationDate": "2025-01-01",
          "statusUpdateDate": "2025-01-01T00:00:00Z",
          "status": "CANCELLED_BEFORE_PROCESSING",
          "partnerOrderId": "example",
          "paymentType": "POSTPAID",
          "fake": true,
          "deliveryRegion": {},
          "items": [
            null
          ],
          "initialItems": [
            null
          ],
          "payments": [
            null
          ],
          "commissions": [
            null
          ],
          "subsidies": [
            null
          ],
          "buyerType": "PERSON",
          "currency": "RUR"
        }
      ],
      "paging": {
        "nextPageToken": "example"
      }
    }
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - {% cut "**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}
  
    {% endcut %}
  
    The standard wrapper for server responses.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK"
    }
    ```
  
    {% endcut %}
  
  - {% cut "**Type**: object" %}
  
    #|
    ||
  
    _result_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _orders_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    {% cut "**Type**: object[]" %}
  
    #|
    ||
  
    _commissions_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    {% cut "**Type**: object[]" %}
  
    #|
    ||
  
    _actual_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    The amount that was billed at the time the order was created and that needs to be paid.
    Accuracy — two decimal places.
  
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Service:
  
    * `FEE` — product placement on the Market.
    * `FULFILLMENT` — warehouse handling. Non-refundable since January 1, 2024.
    * `LOYALTY_PARTICIPATION_FEE` — participation in the loyalty program and feedback for points.
    * `AUCTION_PROMOTION` — boost sales with pay-per-sales.
    * `INSTALLMENT` — installment plan. It has not been returned since February 24, 2022.
    * `DELIVERY_TO_CUSTOMER` — delivery to the buyer (FBY, FBS). For DBS and Express — if the order is returned through Yandex. Market logistics.
    * `EXPRESS_DELIVERY_TO_CUSTOMER` — express delivery to the buyer (Express).
    * `AGENCY` — accepting the buyer's payment.
    * `PAYMENT_TRANSFER` — transfer of the buyer's payment.
    * `RETURNED_ORDERS_STORAGE` — storage of non-purchases and refunds (FBS). For DBS and Express — if the order is returned through Yandex. Market logistics.
    * `SORTING` — order processing (FBS).
    * `INTAKE_SORTING` — organization of picking up orders from the seller's warehouse (FBS).
    * `RETURN_PROCESSING` — order processing in the warehouse (FBS). For DBS and Express — if the order is returned through Yandex. Market logistics.
    * `ILLIQUID_GOODS_SALE` — remuneration for the sale of non-exported goods.
    * `CROSSREGIONAL_DELIVERY` - average mile delivery.
    * `FULFILLMENT_WITHDRAW` - removal from the warehouse.
    * `ITEM_BOOKING` - booking of goods (only for sellers of Market Yandex Go).
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `FEE`, `FULFILLMENT`, `LOYALTY_PARTICIPATION_FEE`, `AUCTION_PROMOTION`, `INSTALLMENT`, `DELIVERY_TO_CUSTOMER`, `EXPRESS_DELIVERY_TO_CUSTOMER`, `AGENCY`, `PAYMENT_TRANSFER`, `RETURNED_ORDERS_STORAGE`, `SORTING`, `INTAKE_SORTING`, `RETURN_PROCESSING`, `ILLIQUID_GOODS_SALE`, `CROSSREGIONAL_DELIVERY`, `FULFILLMENT_WITHDRAW`, `ITEM_BOOKING`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    Information about the cost of services.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    [
      {
        "type": "FEE",
        "actual": 0.5
      }
    ]
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _currency_{.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}
    ||
    ||
  
    _items_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    {% cut "**Type**: object[]" %}
  
    #|
    ||
  
    _bidFee_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The deducted bid of the nearest competitor.
  
    It is indicated as a percentage of the cost of the product and multiplied by 100. For example, the 5% rate is indicated as 500.
  
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `0`
  
    _Max value:_{.json-schema-reset .json-schema-assertion} `10000`
    {.table-cell}
    ||
    ||
  
    _cisList_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string[] &#124; null
  
    List of product identification codes in the system ["An honest SIGN"](https://честныйзнак.рф/) or [«ASL BELGISI»](https://aslbelgisi.uz) (for sellers Market Yandex Go).
  
    _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
    [
      "example"
    ]
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _cofinanceThreshold_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    The threshold for discounts with Yandex.Market at the time of placing the order. [What is it?](https://yandex.ru/support/marketplace/marketing/smart-pricing.html#sponsored-discounts)
  
    Accuracy — two decimal places.
  
    {.table-cell}
    ||
    ||
  
    _cofinanceValue_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    Discount with Yandex. Market. [What is it?](https://yandex.ru/support/marketplace/marketing/smart-pricing.html#sponsored-discounts)
  
    Accuracy — two decimal places.
  
    {.table-cell}
    ||
    ||
  
    _count_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The number of product units, including deleted units.
  
    If all items are removed from the order, it will only be included in the list. `initialItems`.
  
    {.table-cell}
    ||
    ||
  
    _details_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object[]" %}
  
    #|
    ||
  
    _itemCount_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The quantity of the product with the status specified in the parameter `itemStatus`.
    {.table-cell}
    ||
    ||
  
    _itemStatus_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Product status:
  
    * `REJECTED` — the product was added to the created order, but was not paid for.
    * `RETURNED` — the product was returned.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `REJECTED`, `RETURNED`
    {.table-cell}
    ||
    ||
  
    _stockType_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Product Type:
  
    * `FIT` — the product is of good quality.
  
    * `DEFECT` — the product is defective.
  
    * `EXPIRED` — an expired product.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `FIT`, `DEFECT`, `EXPIRED`
    {.table-cell}
    ||
    ||
  
    _updateDate_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string&lt;date&gt;
  
    **For the model only FBY**
  
    The date when the refund was processed at the Market warehouse.
  
    Date format: `YYYY-MM-DD`.
  
  
    _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    Information about the removal of the product from the order.
  
    _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    [
      {
        "itemStatus": "REJECTED",
        "itemCount": 0,
        "updateDate": "2025-01-01",
        "stockType": "FIT"
      }
    ]
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _initialCount_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The initial number of product units.
    {.table-cell}
    ||
    ||
  
    _marketSku_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The ID of the product card on the Market.
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `1`
    {.table-cell}
    ||
    ||
  
    _offerName_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Product name.
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _prices_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object[]" %}
  
    #|
    ||
  
    _costPerItem_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    The price or discount per unit in the order.
  
    Accuracy — two decimal places.
  
    Includes VAT.
  
    {.table-cell}
    ||
    ||
  
    _total_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    The total price or discount for all items in the order.
  
    Accuracy — two decimal places.
  
    Includes VAT.
  
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Discount type or product price:
    - `BUYER` — the price of the product includes discounts, including coupons.
    - `CASHBACK` — Plus points.
    - `MARKETPLACE` — coupons.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `BUYER`, `CASHBACK`, `MARKETPLACE`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    The price or discounts on the product.
  
    _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    [
      {
        "type": "BUYER",
        "costPerItem": 0.5,
        "total": 0.5
      }
    ]
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _shopSku_{.json-schema-reset .json-schema-property}
    {.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}
    ||
    ||
  
    _warehouse_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _id_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The warehouse ID.
    {.table-cell}
    ||
    ||
  
    _name_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    The name of the warehouse.
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    Information about the warehouse where the product is stored.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "id": 0,
      "name": "example"
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    The list of products in the order after possible changes.
  
    The order delivery information is added as a separate element in the array `items`— parameter `offerName` with the value `Delivery`.
  
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    [
      {
        "offerName": "example",
        "marketSku": 1,
        "shopSku": "example",
        "count": 0,
        "prices": [
          {
            "type": "BUYER",
            "costPerItem": 0.5,
            "total": 0.5
          }
        ],
        "warehouse": {
          "id": 0,
          "name": "example"
        },
        "details": [
          {
            "itemStatus": "REJECTED",
            "itemCount": 0,
            "updateDate": "2025-01-01",
            "stockType": "FIT"
          }
        ],
        "cisList": [
          "example"
        ],
        "initialCount": 0,
        "bidFee": 570,
        "cofinanceThreshold": 0.5,
        "cofinanceValue": 0.5
      }
    ]
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _payments_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    {% cut "**Type**: object[]" %}
  
    #|
    ||
  
    _date_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string&lt;date&gt;
  
    Date of the money transfer.
  
    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**: string
  
    The money transfer ID.
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _paymentOrder_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _date_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string&lt;date&gt;
  
    The date of the payment order.
  
    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**: string
  
    The number of the payment order.
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    Information about the payment order.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "id": "example",
      "date": "2025-01-01"
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _source_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Money transfer method:
    - `BUYER` — payment or refund in cash.
    - `MARKET_CESSION` — assignment of the buyer's debt.
  
    Outdated methods:
    - `CASHBACK`.
    - `MARKETPLACE`.
    - `SPLIT`.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `BUYER`, `CASHBACK`, `MARKETPLACE`, `MARKET_CESSION`, `SPLIT`
    {.table-cell}
    ||
    ||
  
    _total_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    The amount of the money transfer.
  
    Accuracy — two decimal places.
  
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Type of money transfer:
    - `PAYMENT` — payment.
    - `REFUND` — refund.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `PAYMENT`, `REFUND`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    Information about the calculations for the order.
  
    It is returned empty if the order:
      * they just started processing it (even if it's been paid for).
      * cancelled until the time of delivery.
  
    The final information about the calculations for the order will be returned after its final processing (for example, after switching to the status `DELIVERED`).
  
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    [
      {
        "id": "example",
        "date": "2025-01-01",
        "type": "PAYMENT",
        "source": "BUYER",
        "total": 0.5,
        "paymentOrder": {
          "id": "example",
          "date": "2025-01-01"
        }
      }
    ]
    ```
  
    {% endcut %}
    {.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}
    ||
    ||
  
    _creationDate_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string&lt;date&gt;
  
    The date the order was created.
  
    Date format: `YYYY-MM-DD`.
  
  
    _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
    {.table-cell}
    ||
    ||
  
    _deliveryRegion_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _id_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The identifier of the delivery region.
    {.table-cell}
    ||
    ||
  
    _name_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    The name of the delivery region.
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    Information about the delivery region.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "id": 0,
      "name": "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}
    ||
    ||
  
    _id_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The order ID.
    {.table-cell}
    ||
    ||
  
    _initialItems_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object[]" %}
  
    #|
    ||
  
    _bidFee_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The deducted bid of the nearest competitor.
  
    It is indicated as a percentage of the cost of the product and multiplied by 100. For example, the 5% rate is indicated as 500.
  
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `0`
  
    _Max value:_{.json-schema-reset .json-schema-assertion} `10000`
    {.table-cell}
    ||
    ||
  
    _cisList_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string[] &#124; null
  
    List of product identification codes in the system ["An honest SIGN"](https://честныйзнак.рф/) or [«ASL BELGISI»](https://aslbelgisi.uz) (for sellers Market Yandex Go).
  
    _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
    [
      "example"
    ]
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _cofinanceThreshold_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    The threshold for discounts with Yandex.Market at the time of placing the order. [What is it?](https://yandex.ru/support/marketplace/marketing/smart-pricing.html#sponsored-discounts)
  
    Accuracy — two decimal places.
  
    {.table-cell}
    ||
    ||
  
    _cofinanceValue_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    Discount with Yandex. Market. [What is it?](https://yandex.ru/support/marketplace/marketing/smart-pricing.html#sponsored-discounts)
  
    Accuracy — two decimal places.
  
    {.table-cell}
    ||
    ||
  
    _count_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The number of product units, including deleted units.
  
    If all items are removed from the order, it will only be included in the list. `initialItems`.
  
    {.table-cell}
    ||
    ||
  
    _details_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object[]" %}
  
    #|
    ||
  
    _itemCount_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The quantity of the product with the status specified in the parameter `itemStatus`.
    {.table-cell}
    ||
    ||
  
    _itemStatus_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Product status:
  
    * `REJECTED` — the product was added to the created order, but was not paid for.
    * `RETURNED` — the product was returned.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `REJECTED`, `RETURNED`
    {.table-cell}
    ||
    ||
  
    _stockType_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Product Type:
  
    * `FIT` — the product is of good quality.
  
    * `DEFECT` — the product is defective.
  
    * `EXPIRED` — an expired product.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `FIT`, `DEFECT`, `EXPIRED`
    {.table-cell}
    ||
    ||
  
    _updateDate_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string&lt;date&gt;
  
    **For the model only FBY**
  
    The date when the refund was processed at the Market warehouse.
  
    Date format: `YYYY-MM-DD`.
  
  
    _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    Information about the removal of the product from the order.
  
    _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    [
      {
        "itemStatus": "REJECTED",
        "itemCount": 0,
        "updateDate": "2025-01-01",
        "stockType": "FIT"
      }
    ]
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _initialCount_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The initial number of product units.
    {.table-cell}
    ||
    ||
  
    _marketSku_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The ID of the product card on the Market.
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `1`
    {.table-cell}
    ||
    ||
  
    _offerName_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Product name.
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _prices_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object[]" %}
  
    #|
    ||
  
    _costPerItem_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    The price or discount per unit in the order.
  
    Accuracy — two decimal places.
  
    Includes VAT.
  
    {.table-cell}
    ||
    ||
  
    _total_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    The total price or discount for all items in the order.
  
    Accuracy — two decimal places.
  
    Includes VAT.
  
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Discount type or product price:
    - `BUYER` — the price of the product includes discounts, including coupons.
    - `CASHBACK` — Plus points.
    - `MARKETPLACE` — coupons.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `BUYER`, `CASHBACK`, `MARKETPLACE`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    The price or discounts on the product.
  
    _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    [
      {
        "type": "BUYER",
        "costPerItem": 0.5,
        "total": 0.5
      }
    ]
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _shopSku_{.json-schema-reset .json-schema-property}
    {.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}
    ||
    ||
  
    _warehouse_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _id_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The warehouse ID.
    {.table-cell}
    ||
    ||
  
    _name_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    The name of the warehouse.
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    Information about the warehouse where the product is stored.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "id": 0,
      "name": "example"
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    The list of products in the order.
  
    It is returned only if there was a change in the number of items.
  
  
    _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    [
      {
        "offerName": "example",
        "marketSku": 1,
        "shopSku": "example",
        "count": 0,
        "prices": [
          {
            "type": "BUYER",
            "costPerItem": 0.5,
            "total": 0.5
          }
        ],
        "warehouse": {
          "id": 0,
          "name": "example"
        },
        "details": [
          {
            "itemStatus": "REJECTED",
            "itemCount": 0,
            "updateDate": "2025-01-01",
            "stockType": "FIT"
          }
        ],
        "cisList": [
          "example"
        ],
        "initialCount": 0,
        "bidFee": 570,
        "cofinanceThreshold": 0.5,
        "cofinanceValue": 0.5
      }
    ]
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _partnerOrderId_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    The order ID in the store's information system.
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _paymentType_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Order payment type:
    - `POSTPAID` — The order is paid for after it has been received.
    - `PREPAID` — the order was paid for before it was received.
    - `UNKNOWN` — unknown payment type. Most likely, the buyer canceled or returned the order, or there was no payment for it.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `POSTPAID`, `PREPAID`, `UNKNOWN`
    {.table-cell}
    ||
    ||
  
    _status_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Current order status:
  
    * `CANCELLED_BEFORE_PROCESSING` — the order was cancelled before it was processed.
  
    * `CANCELLED_IN_DELIVERY` — the order is cancelled during its delivery.
  
    * `CANCELLED_IN_PROCESSING` — the order is cancelled during its processing.
  
    * `DELIVERY` — the order has been transferred to the delivery service.
  
    * `DELIVERED` — the order has been delivered.
  
    * `PARTIALLY_DELIVERED` — the order has been partially delivered.
  
        
        {% note warning "Статус заказа может перейти в `PARTIALLY_DELIVERED` не сразу" %}
  
  
        If there was a non-purchase in the delivered order, the status will change only after the order is received at the Market warehouse.
  
        
        {% endnote %}
  
  
    * `PARTIALLY_RETURNED` — the order was partially refunded by the buyer.
  
    * `PENDING` — the order is awaiting confirmation.
  
    * `PICKUP` — The order has been delivered to the pick-up point.
  
    * `PROCESSING` — the order is in processing.
  
    * `RESERVED` — the product is reserved in the warehouse.
  
    * `RETURNED` — The order has been fully refunded by the buyer.
  
    * `UNKNOWN` — unknown order status.
  
    * `UNPAID` — An order from a legal entity is awaiting payment.
  
    * `LOST` — the order is lost.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `CANCELLED_BEFORE_PROCESSING`, `CANCELLED_IN_DELIVERY`, `CANCELLED_IN_PROCESSING`, `DELIVERY`, `DELIVERED`, `PARTIALLY_DELIVERED`, `PARTIALLY_RETURNED`, `PENDING`, `PICKUP`, `PROCESSING`, `RESERVED`, `RETURNED`, `UNKNOWN`, `UNPAID`, `LOST`
    {.table-cell}
    ||
    ||
  
    _statusUpdateDate_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string&lt;date-time&gt;
  
    The date and time when the order status was last changed.
  
    Date and time format: ISO 8601. For example, `2017-11-21T00:00:00`. Time zone — UTC+03:00 (Moscow).
  
  
    _Example:_{.json-schema-reset .json-schema-example} `2025-01-01T00:00:00Z`
    {.table-cell}
    ||
    ||
  
    _subsidies_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object[]" %}
  
    #|
    ||
  
    _amount_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: number
  
    The number of points that are used to reduce the cost of placement, accurate to two decimal places.
  
    {.table-cell}
    ||
    ||
  
    _operationType_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    The type of operation with points that are used to reduce the cost of placement:
  
    * `ACCRUAL` — accrual of points.
    * `DEDUCTION` — deduction of points.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `ACCRUAL`, `DEDUCTION`
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    The source of the points that are used to reduce the cost of placement:
  
    * `YANDEX_CASHBACK` — discount on Yandex Plus subscription.
  
    * `SUBSIDY` — Yandex. Market discount (for promotions, promo codes, coupons, etc.)
  
    * `DELIVERY` — discount for shipping (DBS).
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `YANDEX_CASHBACK`, `SUBSIDY`, `DELIVERY`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    Accrual of points that are used to reduce the cost of placement, and their deduction in case of non-purchase or refund.
  
    _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    [
      {
        "operationType": "ACCRUAL",
        "type": "YANDEX_CASHBACK",
        "amount": 0.5
      }
    ]
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    The list of orders.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    [
      {
        "id": 0,
        "creationDate": "2025-01-01",
        "statusUpdateDate": "2025-01-01T00:00:00Z",
        "status": "CANCELLED_BEFORE_PROCESSING",
        "partnerOrderId": "example",
        "paymentType": "POSTPAID",
        "fake": true,
        "deliveryRegion": {
          "id": 0,
          "name": "example"
        },
        "items": [
          {
            "offerName": "example",
            "marketSku": 1,
            "shopSku": "example",
            "count": 0,
            "prices": [
              {}
            ],
            "warehouse": {
              "id": 0,
              "name": "example"
            },
            "details": [
              {}
            ],
            "cisList": [
              "example"
            ],
            "initialCount": 0,
            "bidFee": 570,
            "cofinanceThreshold": 0.5,
            "cofinanceValue": 0.5
          }
        ],
        "initialItems": [
          {
            "offerName": "example",
            "marketSku": 1,
            "shopSku": "example",
            "count": 0,
            "prices": [
              {}
            ],
            "warehouse": {
              "id": 0,
              "name": "example"
            },
            "details": [
              {}
            ],
            "cisList": [
              "example"
            ],
            "initialCount": 0,
            "bidFee": 570,
            "cofinanceThreshold": 0.5,
            "cofinanceValue": 0.5
          }
        ],
        "payments": [
          {
            "id": "example",
            "date": "2025-01-01",
            "type": "PAYMENT",
            "source": "BUYER",
            "total": 0.5,
            "paymentOrder": {
              "id": "example",
              "date": "2025-01-01"
            }
          }
        ],
        "commissions": [
          {
            "type": "FEE",
            "actual": 0.5
          }
        ],
        "subsidies": [
          {
            "operationType": "ACCRUAL",
            "type": "YANDEX_CASHBACK",
            "amount": 0.5
          }
        ],
        "buyerType": "PERSON",
        "currency": "RUR"
      }
    ]
    ```
  
    {% 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}
  
    {% endcut %}
  
    Information about orders.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "orders": [
        {
          "id": 0,
          "creationDate": "2025-01-01",
          "statusUpdateDate": "2025-01-01T00:00:00Z",
          "status": "CANCELLED_BEFORE_PROCESSING",
          "partnerOrderId": "example",
          "paymentType": "POSTPAID",
          "fake": true,
          "deliveryRegion": {
            "id": 0,
            "name": "example"
          },
          "items": [
            {
              "offerName": "example",
              "marketSku": 1,
              "shopSku": "example",
              "count": 0,
              "prices": [
                null
              ],
              "warehouse": {},
              "details": [
                null
              ],
              "cisList": [
                null
              ],
              "initialCount": 0,
              "bidFee": 570,
              "cofinanceThreshold": 0.5,
              "cofinanceValue": 0.5
            }
          ],
          "initialItems": [
            {
              "offerName": "example",
              "marketSku": 1,
              "shopSku": "example",
              "count": 0,
              "prices": [
                null
              ],
              "warehouse": {},
              "details": [
                null
              ],
              "cisList": [
                null
              ],
              "initialCount": 0,
              "bidFee": 570,
              "cofinanceThreshold": 0.5,
              "cofinanceValue": 0.5
            }
          ],
          "payments": [
            {
              "id": "example",
              "date": "2025-01-01",
              "type": "PAYMENT",
              "source": "BUYER",
              "total": 0.5,
              "paymentOrder": {}
            }
          ],
          "commissions": [
            {
              "type": "FEE",
              "actual": 0.5
            }
          ],
          "subsidies": [
            {
              "operationType": "ACCRUAL",
              "type": "YANDEX_CASHBACK",
              "amount": 0.5
            }
          ],
          "buyerType": "PERSON",
          "currency": "RUR"
        }
      ],
      "paging": {
        "nextPageToken": "example"
      }
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "result": {
        "orders": [
          {
            "id": 0,
            "creationDate": "2025-01-01",
            "statusUpdateDate": "2025-01-01T00:00:00Z",
            "status": "CANCELLED_BEFORE_PROCESSING",
            "partnerOrderId": "example",
            "paymentType": "POSTPAID",
            "fake": true,
            "deliveryRegion": {
              "id": 0,
              "name": "example"
            },
            "items": [
              {}
            ],
            "initialItems": [
              {}
            ],
            "payments": [
              {}
            ],
            "commissions": [
              {}
            ],
            "subsidies": [
              {}
            ],
            "buyerType": "PERSON",
            "currency": "RUR"
          }
        ],
        "paging": {
          "nextPageToken": "example"
        }
      }
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__400">
  
  ## 400 Bad Request
  
  The request contains incorrect data. [Learn more about errors in reports and documents](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#reports)
  
  
  <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: "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"
      name: campaignId
      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.
      in: query
      required: false
      schema:
        type: integer
        format: int32
        minimum: 1
        default: 100
        maximum: 200
  headers: []
  body: |-
    {
      "dateFrom": "2025-01-01",
      "dateTo": "2025-01-01",
      "updateFrom": "2025-01-01",
      "updateTo": "2025-01-01",
      "orders": [
        0
      ],
      "statuses": [
        "CANCELLED_BEFORE_PROCESSING"
      ],
      "hasCis": true
    }
  schema:
    description: Request information on orders.
    type: object
    properties:
      dateFrom:
        description: >
          The initial date when the order was generated.
  
  
          Date format: `YYYY‑MM‑DD`.
  
  
          Cannot be used together with parameters `updateFrom` and
          `updateTo`.
        type: string
        format: date
      dateTo:
        description: >
          The end date when the order was generated.
  
  
          Date format: `YYYY‑MM‑DD`.
  
  
          Cannot be used together with parameters `updateFrom` and
          `updateTo`.
        type: string
        format: date
      updateFrom:
        description: >
          The start date of the period for which changes were made to the order
          (for example, status or payment information).
  
  
          Date format: `YYYY‑MM‑DD`.
  
  
          Cannot be used together with parameters `dateFrom` and
          `dateTo`.
        type: string
        format: date
      updateTo:
        description: >
          The end date of the period for which the order was changed (for example,
          the status or payment information).
  
  
          Date format: `YYYY‑MM‑DD`.
  
  
          Cannot be used together with parameters `dateFrom` and
          `dateTo`.
        type: string
        format: date
      orders:
        description: List of order IDs.
        type: array
        nullable: true
        minItems: 1
        uniqueItems: true
        items:
          description: >
            The list of products in the order after possible changes.
  
  
            During order processing, the Market can delete items from it.
            — in case of problems in the warehouse or at the
            initiative of the user.
  
  
            * If all items are deleted from the order, it will not be in the list.
            `items` — only in the list
            `initialItems`.
  
  
            * If there is at least one item left in the order, it will be in the
            list. `items` (with a reduced number of units
            `count`), and in the list `initialItems`
            (with the initial number of units `initialCount`).
          type: integer
          format: int64
      statuses:
        description: List of order statuses.
        type: array
        nullable: true
        minItems: 1
        uniqueItems: true
        items:
          description: >
            Current order status:
  
  
            * `CANCELLED_BEFORE_PROCESSING` — the
            order was cancelled before it was processed.
  
  
            * `CANCELLED_IN_DELIVERY` — the order is
            cancelled during its delivery.
  
  
            * `CANCELLED_IN_PROCESSING` — the order
            is cancelled during its processing.
  
  
            * `DELIVERY` — the order has been
            transferred to the delivery service.
  
  
            * `DELIVERED` — the order has been
            delivered.
  
  
            * `PARTIALLY_DELIVERED` — the order has
            been partially delivered.
  
                
                {% note warning "Статус заказа может перейти в `PARTIALLY_DELIVERED` не сразу" %}
  
  
                If there was a non-purchase in the delivered order, the status will change only after the order is received at the Market warehouse.
  
                
                {% endnote %}
  
  
            * `PARTIALLY_RETURNED` — the order was
            partially refunded by the buyer.
  
  
            * `PENDING` — the order is awaiting
            confirmation.
  
  
            * `PICKUP` — The order has been
            delivered to the pick-up point.
  
  
            * `PROCESSING` — the order is in
            processing.
  
  
            * `RESERVED` — the product is reserved
            in the warehouse.
  
  
            * `RETURNED` — The order has been fully
            refunded by the buyer.
  
  
            * `UNKNOWN` — unknown order status.
  
  
            * `UNPAID` — An order from a legal
            entity is awaiting payment.
  
  
            * `LOST` — the order is lost.
          type: string
          enum:
            - CANCELLED_BEFORE_PROCESSING
            - CANCELLED_IN_DELIVERY
            - CANCELLED_IN_PROCESSING
            - DELIVERY
            - DELIVERED
            - PARTIALLY_DELIVERED
            - PARTIALLY_RETURNED
            - PENDING
            - PICKUP
            - PROCESSING
            - RESERVED
            - RETURNED
            - UNKNOWN
            - UNPAID
            - LOST
      hasCis:
        description: >
          A filter for receiving orders that contain at least one product with an
          identification code in the system. ["An honest
          SIGN"](https://честныйзнак.рф/) or [«ASL
          BELGISI»](https://aslbelgisi.uz) (for sellers
          Market Yandex Go):
  
  
          * `true` — Yes.
  
          * `false` — No.
  
          Such codes are assigned to products that are subject to labeling and
          belong to certain categories.
        type: boolean
  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: v2/campaigns/{campaignId}/stats/orders
  host: https://api.partner.market.yandex.ru
  
  ```
        

{% endlist %}


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

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