---
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: zh/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/zh/llms.txt

<!-- source: zh/api/orders-stats/getOrdersStats.md -->
<div class="openapi">

# 订单的详细信息

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

{% list tabs %}

- Info

  
  <!-- source: zh/_auto/method_scopes/getOrdersStats.md -->
  **方法适用于模式：[FBY](https://yandex.com/dev/market/partner-api/doc/zh/overview/fby.md), [FBS](https://yandex.com/dev/market/partner-api/doc/zh/overview/fbs.md), [Express](https://yandex.com/dev/market/partner-api/doc/zh/overview/express.md) 和 [DBS](https://yandex.com/dev/market/partner-api/doc/zh/overview/dbs.md).**

  {% cut "**如果您使用API-Key令牌，调用该方法时需要具备列表中可用权限之一**" %}

  * inventory-and-order-processing — [订单处理和商品核算](https://yandex.com/dev/market/partner-api/doc/zh/_auto/scopes_summary/pages/inventory-and-order-processing.md)
  * inventory-and-order-processing:read-only — [查看订单信息](https://yandex.com/dev/market/partner-api/doc/zh/_auto/scopes_summary/pages/inventory-and-order-processing_read-only.md)
  * all-methods — 全面管理账户
  * all-methods:read-only — 查看所有数据

  {% endcut %}
  <!-- endsource: zh/_auto/method_scopes/getOrdersStats.md -->
  
  
  返回市场上包含您的产品的订单信息。
  
  有了它，您可以收集订单的统计数据，例如，哪些产品最常被客户退回，相反，哪些产品需求量很大，等等。
  
  
  {% note tip "Информация по созданным или обновленным заказам может появиться с задержкой до 40 минут" %}
  
  
  要无延迟地获取数据，请使用以下方法 [POST v1/businesses/{businessId}/orders](https://yandex.com/dev/market/partner-api/doc/zh/reference/orders/getBusinessOrders.md).
  
  
  {% endnote %}
  
  
  您可以在一个请求中获得最多200个订单的信息。
  
  
  <!-- source: zh/_auto/method_limits/getOrdersStats.md -->
  |<div style="text-align: left;">**⚙️ 限额:** 10 000 请求 每小时</div>|
  |-|
  <!-- endsource: zh/_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
  
  广告系列（商店）的ID — 通过API工作时，代表您在Yandex市场系统中的商店的技术标识符。 它与您的商店唯一链接，但仅用于自动交互。
  
  您可以使用查询找到它 [GET v2/campaigns](https://yandex.com/dev/market/partner-api/doc/zh/reference/campaigns/getCampaigns.md) 或者在市场上的卖家办公室找到它。 点击您的帐户图标→ **设置** 在左边的菜单中，选择 **Api和模块**:
  
  * 座 **运动ID**;
  * 标签 **查询日志** →块中的下拉列表 **显示日志**.
  
  ⚠️ 不要把它与:
  - 商店的标识符，显示在商家的个人帐户中。
  - 广告活动。
  
  
  _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
  
  每页的值数。
  
  
  _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。
  
  如果省略该参数，则返回第一页。
  
  传递输出参数的值 `nextPageToken`，在最后一次请求期间接收。
  
  
  _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;
  
  生成订单的初始日期。
  
  日期格式: `YYYY-MM-DD`.
  
  不能与参数一起使用 `updateFrom` 和 `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;
  
  生成订单的结束日期。
  
  日期格式: `YYYY-MM-DD`.
  
  不能与参数一起使用 `updateFrom` 和 `updateTo`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  ||
  
  _hasCis_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: boolean
  
  用于接收系统中包含至少一个带有识别码的产品的订单的过滤器。 ["诚实的标志"](https://честныйзнак.рф/) 或 ["ASL BELGISI"](https://aslbelgisi.uz) （对于卖家 Market Yandex Go):
  
  * `true` — 是的.
  * `false` — 非也。.
  这些代码被分配给需要贴标签并属于某些类别的产品。
  
  {.table-cell}
  ||
  ||
  
  _orders_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer[] &#124; null
  
  订单Id列表。
  
  _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
  
  订单状态列表。
  
  _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;
  
  对订单进行更改的期间的开始日期（例如，状态或付款信息）。
  
  日期格式: `YYYY-MM-DD`.
  
  不能与参数一起使用 `dateFrom` 和 `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;
  
  更改订单的期间的结束日期（例如，状态或付款信息）。
  
  日期格式: `YYYY-MM-DD`.
  
  不能与参数一起使用 `dateFrom` 和 `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
  
  有关订单的信息。
  
  <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
  
    响应的类型。
    可能的值:
    * `OK` — 没有错误。
    * `ERROR` — 处理请求时出错。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    服务器响应的标准包装器。
  
    {% 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
  
    创建订单时已计费且需要支付的金额。
    准确度 — 小数点后两位。
  
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    服务:
  
    * `FEE` — 产品在市场上的放置。
    * `FULFILLMENT` — 仓库处理。 自2024年1月1日起不予退款。
    * `LOYALTY_PARTICIPATION_FEE` — 参与忠诚度计划和积分反馈.
    * `AUCTION_PROMOTION` — 通过按销售付费来促进销售。
    * `INSTALLMENT` — 分期付款计划。 自2022年2月24日以来一直没有归还。
    * `DELIVERY_TO_CUSTOMER` — 交付给买方（FBY, FBS). 为 DBS 和 Express — 如果订单通过Yandex返回。 市场物流。
    * `EXPRESS_DELIVERY_TO_CUSTOMER` — 快递给买方（Express).
    * `AGENCY` — 接受买方的付款。
    * `PAYMENT_TRANSFER` — 买方付款的转让。
    * `RETURNED_ORDERS_STORAGE` — 存储非购买和退款（FBS). 为 DBS 和 Express — 如果订单通过Yandex返回。 市场物流。
    * `SORTING` — 订单处理(FBS).
    * `INTAKE_SORTING` — 从卖方仓库提货订单的组织（FBS).
    * `RETURN_PROCESSING` — 仓库中的订单处理（FBS). 为 DBS 和 Express — 如果订单通过Yandex返回。 市场物流。
    * `ILLIQUID_GOODS_SALE` — 销售非出口货物的报酬。
    * `CROSSREGIONAL_DELIVERY` -平均英里交货。
    * `FULFILLMENT_WITHDRAW` -从仓库中取出。
    * `ITEM_BOOKING` -货物预订（仅适用于市场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 %}
  
    务的成本的信息。
  
    {% 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
  
    货币代码:
  
    * `RUR` — 俄罗斯卢布。
    * `UAH` — 乌克兰格里夫纳。
    * `BYR` — 白俄罗斯卢布。
    * `KZT` — 哈萨克斯坦坚戈。
    * `UZS` — 乌兹别克总和。
  
  
    _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
  
    最接近的竞争对手的扣除出价。
  
    它表示为产品成本的百分比，乘以100。 例如，5%率表示为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
  
    系统中的产品识别码列表 ["诚实的标志"](https://честныйзнак.рф/) 或 ["ASL BELGISI"](https://aslbelgisi.uz) （对于卖家 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
  
    与Yandex折扣的门槛。下订单时的市场。 [這是什麼啊？](https://yandex.ru/support/marketplace/marketing/smart-pricing.html#sponsored-discounts)
  
    准确度 — 小数点后两位。
  
    {.table-cell}
    ||
    ||
  
    _cofinanceValue_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    折扣与Yandex的。 市场。 [這是什麼啊？](https://yandex.ru/support/marketplace/marketing/smart-pricing.html#sponsored-discounts)
  
    准确度 — 小数点后两位。
  
    {.table-cell}
    ||
    ||
  
    _count_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    产品单位的数量，包括删除的单位。
  
    如果所有项目都从订单中删除，它将只包含在列表中。 `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
  
    参数中指定状态的产品数量 `itemStatus`.
    {.table-cell}
    ||
    ||
  
    _itemStatus_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    产品状况:
  
    * `REJECTED` — 产品已添加到创建的订单中，但未付款。
    * `RETURNED` — 产品被退回。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `REJECTED`, `RETURNED`
    {.table-cell}
    ||
    ||
  
    _stockType_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    产品类别:
  
    * `FIT` — 产品质量好。
  
    * `DEFECT` — 产品有缺陷。
  
    * `EXPIRED` — 过期的产品。
  
  
    _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;
  
    **只适用于型号 FBY**
  
    在市场仓库处理退款的日期。
  
    日期格式: `YYYY-MM-DD`.
  
  
    _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    有关从订单中删除产品的信息。
  
    _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
  
    产品单元的初始数量。
    {.table-cell}
    ||
    ||
  
    _marketSku_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    市场上的产品卡的ID。
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `1`
    {.table-cell}
    ||
    ||
  
    _offerName_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    产品名称。
  
    _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
  
    订单中每单位的价格或折扣。
  
    准确度 — 小数点后两位。
  
    包括增值税。
  
    {.table-cell}
    ||
    ||
  
    _total_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    订单中所有物品的总价或折扣。
  
    准确度 — 小数点后两位。
  
    包括增值税。
  
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    折扣类型或产品价格:
    - `BUYER` — 产品的价格包括折扣，包括优惠券。
    - `CASHBACK` — 加分。
    - `MARKETPLACE` — 优惠券。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `BUYER`, `CASHBACK`, `MARKETPLACE`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    产品的价格或折扣。
  
    _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
  
    你的 SKU — 系统中的产品ID。
  
    使用规则 SKU:
  
    * 对于每个产品 SKU 一定有一个。
  
    * 已经设置 SKU 它不能被释放并重新用于另一个产品。 每个产品都应该收到一个以前从未在目录中使用过的新标识符。
  
    SKU 产品可以在市场上的卖方帐户中更改。 阅读如何做到这一点。 [在市场对卖家的帮助](https://yandex.ru/support2/marketplace/ru/assortment/operations/edit-sku).
  
  
    {% note warning %}
  
  
    值开头和结尾的空格会自动删除。 例如, `"  SKU123  "` 和 `"SKU123"` 它们将被视为相同的值。
  
  
    {% endnote %}
  
  
    [什么是 SKU 以及如何分配它](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
  
    仓库ID。
    {.table-cell}
    ||
    ||
  
    _name_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    仓库的名称。
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    有关存储产品的仓库的信息。
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "id": 0,
      "name": "example"
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    可能更改后的订单中的产品列表。
  
    订单交付信息作为单独的元素添加到数组中 `items`— 参数 `offerName` 与值 `派递服务`.
  
  
    {% 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;
  
    汇款日期。
  
    日期格式: `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
  
    的汇款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;
  
    付款订单的日期。
  
    日期格式: `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
  
    支付订单的编号。
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    支付订单的信息。
  
    {% 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
  
    汇款方法:
    - `BUYER` — 以现金支付或退款。
    - `MARKET_CESSION` — 买方债务的转让。
  
    过时的方法:
    - `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
  
    汇款的金额。
  
    准确度 — 小数点后两位。
  
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    汇款类型:
    - `PAYMENT` — 付款。
    - `REFUND` — 退款。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `PAYMENT`, `REFUND`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    有关订单计算的信息。
  
    如果订单返回空:
      * 他们刚刚开始处理它（即使它已经支付）。
      * 取消，直到交货时间。
  
    有关订单计算的最终信息将在其最终处理后（例如，切换到状态后）返回 `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
  
    买方类型:
  
    * `PERSON` — 一个自然人。
  
    * `BUSINESS` — 组织。
  
  
    _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;
  
    创建订单的日期。
  
    日期格式: `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
  
    送区域的标识符。
    {.table-cell}
    ||
    ||
  
    _name_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    交付区域的名称。
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    送区域的信息。
  
    {% 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
  
    订单类型:
  
    * `false` — 真正的客户的订单。
  
    * `true` — [测试订单](https://yandex.com/dev/market/partner-api/doc/zh/concepts/sandbox.md) 燕基科斯. 市场。
  
    {.table-cell}
    ||
    ||
  
    _id_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    的订单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
  
    最接近的竞争对手的扣除出价。
  
    它表示为产品成本的百分比，乘以100。 例如，5%率表示为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
  
    系统中的产品识别码列表 ["诚实的标志"](https://честныйзнак.рф/) 或 ["ASL BELGISI"](https://aslbelgisi.uz) （对于卖家 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
  
    与Yandex折扣的门槛。下订单时的市场。 [這是什麼啊？](https://yandex.ru/support/marketplace/marketing/smart-pricing.html#sponsored-discounts)
  
    准确度 — 小数点后两位。
  
    {.table-cell}
    ||
    ||
  
    _cofinanceValue_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    折扣与Yandex的。 市场。 [這是什麼啊？](https://yandex.ru/support/marketplace/marketing/smart-pricing.html#sponsored-discounts)
  
    准确度 — 小数点后两位。
  
    {.table-cell}
    ||
    ||
  
    _count_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    产品单位的数量，包括删除的单位。
  
    如果所有项目都从订单中删除，它将只包含在列表中。 `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
  
    参数中指定状态的产品数量 `itemStatus`.
    {.table-cell}
    ||
    ||
  
    _itemStatus_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    产品状况:
  
    * `REJECTED` — 产品已添加到创建的订单中，但未付款。
    * `RETURNED` — 产品被退回。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `REJECTED`, `RETURNED`
    {.table-cell}
    ||
    ||
  
    _stockType_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    产品类别:
  
    * `FIT` — 产品质量好。
  
    * `DEFECT` — 产品有缺陷。
  
    * `EXPIRED` — 过期的产品。
  
  
    _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;
  
    **只适用于型号 FBY**
  
    在市场仓库处理退款的日期。
  
    日期格式: `YYYY-MM-DD`.
  
  
    _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    有关从订单中删除产品的信息。
  
    _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
  
    产品单元的初始数量。
    {.table-cell}
    ||
    ||
  
    _marketSku_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    市场上的产品卡的ID。
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `1`
    {.table-cell}
    ||
    ||
  
    _offerName_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    产品名称。
  
    _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
  
    订单中每单位的价格或折扣。
  
    准确度 — 小数点后两位。
  
    包括增值税。
  
    {.table-cell}
    ||
    ||
  
    _total_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    订单中所有物品的总价或折扣。
  
    准确度 — 小数点后两位。
  
    包括增值税。
  
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    折扣类型或产品价格:
    - `BUYER` — 产品的价格包括折扣，包括优惠券。
    - `CASHBACK` — 加分。
    - `MARKETPLACE` — 优惠券。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `BUYER`, `CASHBACK`, `MARKETPLACE`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    产品的价格或折扣。
  
    _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
  
    你的 SKU — 系统中的产品ID。
  
    使用规则 SKU:
  
    * 对于每个产品 SKU 一定有一个。
  
    * 已经设置 SKU 它不能被释放并重新用于另一个产品。 每个产品都应该收到一个以前从未在目录中使用过的新标识符。
  
    SKU 产品可以在市场上的卖方帐户中更改。 阅读如何做到这一点。 [在市场对卖家的帮助](https://yandex.ru/support2/marketplace/ru/assortment/operations/edit-sku).
  
  
    {% note warning %}
  
  
    值开头和结尾的空格会自动删除。 例如, `"  SKU123  "` 和 `"SKU123"` 它们将被视为相同的值。
  
  
    {% endnote %}
  
  
    [什么是 SKU 以及如何分配它](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
  
    仓库ID。
    {.table-cell}
    ||
    ||
  
    _name_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    仓库的名称。
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    有关存储产品的仓库的信息。
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "id": 0,
      "name": "example"
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    订单中的产品列表。
  
    只有在项目数量发生变化时才返回。
  
  
    _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
  
    商店信息系统中的订单ID。
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _paymentType_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    订购付款类别:
    - `POSTPAID` — 订单在收到后支付。
    - `PREPAID` — 订单在收到之前已付款。
    - `UNKNOWN` — 未知付款类型。 最有可能的是，买方取消或退回订单，或者没有付款。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `POSTPAID`, `PREPAID`, `UNKNOWN`
    {.table-cell}
    ||
    ||
  
    _status_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    当前订单状态:
  
    * `CANCELLED_BEFORE_PROCESSING` — 订单在处理之前已被取消。
  
    * `CANCELLED_IN_DELIVERY` — 订单在交货期间被取消.
  
    * `CANCELLED_IN_PROCESSING` — 订单在处理过程中被取消。
  
    * `DELIVERY` — 订单已转移到送货服务.
  
    * `DELIVERED` — 订单已经交付。
  
    * `PARTIALLY_DELIVERED` — 订单已部分交付。
  
        
        {% note warning "Статус заказа может перейти в `PARTIALLY_DELIVERED` не сразу" %}
  
  
        如果已交付的订单中存在非购买，则只有在市场仓库收到订单后，状态才会更改。
  
        
        {% endnote %}
  
  
    * `PARTIALLY_RETURNED` — 买方部分退还了订单。
  
    * `PENDING` — 订单正在等待确认。
  
    * `PICKUP` — 订单已送到提货点。
  
    * `PROCESSING` — 订单正在处理中。
  
    * `RESERVED` — 产品保留在仓库中。
  
    * `RETURNED` — 订单已由买方全额退款。
  
    * `UNKNOWN` — 未知订单状态。
  
    * `UNPAID` — 来自法律实体的订单正在等待付款。
  
    * `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;
  
    上次更改订单状态的日期和时间。
  
    日期和时间格式: ISO 8601. 例如, `2017-11-21T00:00:00`. 时区 — UTC+03:00（莫斯科）。
  
  
    _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
  
    用于降低放置成本的点数，精确到小数点后两位。
  
    {.table-cell}
    ||
    ||
  
    _operationType_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    具有用于降低放置成本的点的操作类型:
  
    * `ACCRUAL` — 得分点。
    * `DEDUCTION` — 扣分。
  
  
    _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
  
    用于降低放置成本的点的来源:
  
    * `YANDEX_CASHBACK` — Yandex Plus订阅折扣。
  
    * `SUBSIDY` — 燕基科斯. 市场折扣(促销、促销代码、优惠券等))
  
    * `DELIVERY` — 航运折扣(DBS).
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `YANDEX_CASHBACK`, `SUBSIDY`, `DELIVERY`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    用于降低安置成本的应计积分，以及在不购买或退款的情况下扣除积分。
  
    _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 %}
  
    订单列表。
  
    {% 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。
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    下一页的ID。
  
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "nextPageToken": "example"
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    有关订单的信息。
  
    {% 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
  
  请求包含不正确的数据。 [详细了解报告和文档中的错误](https://yandex.com/dev/market/partner-api/doc/zh/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
  
      响应的类型。
      可能的值:
      * `OK` — 没有错误。
      * `ERROR` — 处理请求时出错。
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      服务器响应的标准包装器。
  
      {% 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
  
      的错误代码。
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      错误的描述。
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      错误列表。
  
      _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 %}
  
    服务器错误的标准包装器。
  
    {% 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
  
  请求中未指定授权数据。 [有关错误的更多信息](https://yandex.com/dev/market/partner-api/doc/zh/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
  
      响应的类型。
      可能的值:
      * `OK` — 没有错误。
      * `ERROR` — 处理请求时出错。
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      服务器响应的标准包装器。
  
      {% 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
  
      的错误代码。
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      错误的描述。
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      错误列表。
  
      _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 %}
  
    服务器错误的标准包装器。
  
    {% 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
  
  授权数据不正确或禁止访问资源。 [有关错误的更多信息](https://yandex.com/dev/market/partner-api/doc/zh/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
  
      响应的类型。
      可能的值:
      * `OK` — 没有错误。
      * `ERROR` — 处理请求时出错。
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      服务器响应的标准包装器。
  
      {% 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
  
      的错误代码。
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      错误的描述。
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      错误列表。
  
      _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 %}
  
    服务器错误的标准包装器。
  
    {% 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
  
  找不到请求的资源。 [有关错误的更多信息](https://yandex.com/dev/market/partner-api/doc/zh/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
  
      响应的类型。
      可能的值:
      * `OK` — 没有错误。
      * `ERROR` — 处理请求时出错。
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      服务器响应的标准包装器。
  
      {% 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
  
      的错误代码。
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      错误的描述。
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      错误列表。
  
      _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 %}
  
    服务器错误的标准包装器。
  
    {% 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
  
  已超出资源访问限制。 [有关错误的更多信息](https://yandex.com/dev/market/partner-api/doc/zh/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
  
      响应的类型。
      可能的值:
      * `OK` — 没有错误。
      * `ERROR` — 处理请求时出错。
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      服务器响应的标准包装器。
  
      {% 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
  
      的错误代码。
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      错误的描述。
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      错误列表。
  
      _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 %}
  
    服务器错误的标准包装器。
  
    {% 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
  
  市场的内部错误。 [有关错误的更多信息](https://yandex.com/dev/market/partner-api/doc/zh/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
  
      响应的类型。
      可能的值:
      * `OK` — 没有错误。
      * `ERROR` — 处理请求时出错。
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      服务器响应的标准包装器。
  
      {% 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
  
      的错误代码。
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      错误的描述。
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      错误列表。
  
      _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 %}
  
    服务器错误的标准包装器。
  
    {% 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: "广告系列（商店）的ID — 通过API工作时，代表您在Yandex市场系统中的商店的技术标识符。 它与您的商店唯一链接，但仅用于自动交互。\n\n您可以使用查询找到它 [GET\_v2/campaigns](../../reference/campaigns/getCampaigns.md) 或者在市场上的卖家办公室找到它。 点击您的帐户图标→ **设置** 在左边的菜单中，选择 **Api和模块**:\n\n* 座 **运动ID**;\n* 标签 **查询日志** →块中的下拉列表 **显示日志**.\n\n⚠️ 不要把它与:\n- 商店的标识符，显示在商家的个人帐户中。\n- 广告活动。\n"
      name: campaignId
      in: path
      required: true
      schema:
        type: integer
        format: int64
        minimum: 1
  searchParams:
    - name: pageToken
      description: |
        结果页面的ID。
  
        如果省略该参数，则返回第一页。
  
        传递输出参数的值 `nextPageToken`，在最后一次请求期间接收。
      in: query
      required: false
      x-transform: token
      x-aliases:
        - pageToken
        - page_token
      schema:
        type: string
    - name: limit
      description: |
        每页的值数。
      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: 请求有关订单的信息。
    type: object
    properties:
      dateFrom:
        description: |
          生成订单的初始日期。
  
          日期格式: `YYYY-MM-DD`.
  
          不能与参数一起使用 `updateFrom` 和 `updateTo`.
        type: string
        format: date
      dateTo:
        description: |
          生成订单的结束日期。
  
          日期格式: `YYYY-MM-DD`.
  
          不能与参数一起使用 `updateFrom` 和 `updateTo`.
        type: string
        format: date
      updateFrom:
        description: |
          对订单进行更改的期间的开始日期（例如，状态或付款信息）。
  
          日期格式: `YYYY-MM-DD`.
  
          不能与参数一起使用 `dateFrom` 和 `dateTo`.
        type: string
        format: date
      updateTo:
        description: |
          更改订单的期间的结束日期（例如，状态或付款信息）。
  
          日期格式: `YYYY-MM-DD`.
  
          不能与参数一起使用 `dateFrom` 和 `dateTo`.
        type: string
        format: date
      orders:
        description: 订单Id列表。
        type: array
        nullable: true
        minItems: 1
        uniqueItems: true
        items:
          description: >
            可能更改后的订单中的产品列表。
  
  
            在订单处理过程中，市场可以从中删除商品。 — 在仓库或在用户的主动问题的情况下。
  
  
            * 如果所有项目都从订单中删除，它将不在列表中。 `items` — 仅在列表中
            `initialItems`.
  
  
            * 如果订单中至少剩下一个项目，它将在列表中。 `items` （单位数量减少
            `count`），并在列表中 `initialItems` （与单位的初始数量
            `initialCount`).
          type: integer
          format: int64
      statuses:
        description: 订单状态列表。
        type: array
        nullable: true
        minItems: 1
        uniqueItems: true
        items:
          description: >
            当前订单状态:
  
  
            * `CANCELLED_BEFORE_PROCESSING` —
            订单在处理之前已被取消。
  
  
            * `CANCELLED_IN_DELIVERY` — 订单在交货期间被取消.
  
  
            * `CANCELLED_IN_PROCESSING` —
            订单在处理过程中被取消。
  
  
            * `DELIVERY` — 订单已转移到送货服务.
  
  
            * `DELIVERED` — 订单已经交付。
  
  
            * `PARTIALLY_DELIVERED` — 订单已部分交付。
  
                
                {% note warning "Статус заказа может перейти в `PARTIALLY_DELIVERED` не сразу" %}
  
  
                如果已交付的订单中存在非购买，则只有在市场仓库收到订单后，状态才会更改。
  
                
                {% endnote %}
  
  
            * `PARTIALLY_RETURNED` — 买方部分退还了订单。
  
  
            * `PENDING` — 订单正在等待确认。
  
  
            * `PICKUP` — 订单已送到提货点。
  
  
            * `PROCESSING` — 订单正在处理中。
  
  
            * `RESERVED` — 产品保留在仓库中。
  
  
            * `RETURNED` — 订单已由买方全额退款。
  
  
            * `UNKNOWN` — 未知订单状态。
  
  
            * `UNPAID` — 来自法律实体的订单正在等待付款。
  
  
            * `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: >
          用于接收系统中包含至少一个带有识别码的产品的订单的过滤器。
          ["诚实的标志"](https://честныйзнак.рф/) 或 ["ASL
          BELGISI"](https://aslbelgisi.uz) （对于卖家
          Market Yandex Go):
  
  
          * `true` — 是的.
  
          * `false` — 非也。.
  
          这些代码被分配给需要贴标签并属于某些类别的产品。
        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: zh/api/orders-stats/getOrdersStats.md -->

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