---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.ru/dev/market/partner-api/doc/en/reference/orders/updateOrderStatuses.md
  - https://yandex.ru/dev/market/partner-api/doc/ru/reference/orders/updateOrderStatuses.md
  - https://yandex.ru/dev/market/partner-api/doc/zh/reference/orders/updateOrderStatuses.md
  - href: zh/reference/orders/updateOrderStatuses.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.ru/dev/market/partner-api/doc/zh/llms.txt

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

# 更改多个订单的状态

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

{% list tabs %}

- Info

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

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

  * inventory-and-order-processing — [订单处理和商品核算](https://yandex.ru/dev/market/partner-api/doc/zh/_auto/scopes_summary/pages/inventory-and-order-processing.md)
  * all-methods — 全面管理账户

  {% endcut %}
  <!-- endsource: zh/_auto/method_scopes/updateOrderStatuses.md -->
  
  
  更改多个订单的状态。
  
  可能的状态更改:
  
  * 如果商店已确认并准备装运订单，则订单从状态 `"status": "PROCESSING"`和处理阶段 `"substatus": "STARTED"` 它需要转换为状态 `"status": "PROCESSING"` 和处理阶段 `"substatus": "READY_TO_SHIP"`.
  * 如果商店已确认订单，但无法履行订单（例如，产品在数据库中列出，但没有库存或没有所需的颜色），则订单状态 `"status": "PROCESSING"` 和处理阶段 `"substatus": "STARTED"` 它需要转换为状态 `"status": "CANCELLED"` 与取消订单的原因 `"substatus": "SHOP_FAILED"`.
  * 如果商店已准备装运订单，但无法完成订单（例如，最后一件商品已损坏或有缺陷），则订单状态为 `"status": "PROCESSING"` 和处理阶段 `"substatus": "READY_TO_SHIP"` 它需要转换为状态 `"status": "CANCELLED"` 与取消订单的原因 `"substatus": "SHOP_FAILED"`.
  
  有关状态模型的完整信息 DBS-命令: [订单状态如何变化](https://yandex.ru/dev/market/partner-api/doc/zh/concepts/dbs-order-status-model.md).
  
  
  {% cut "**Как подтвердить LaaS-заказ**" %}
  
  
  要确认草稿订单，请发送状态 `"status": "PROCESSING"` 具有子状态 `"substatus": "STARTED"`.
  
  确认使用参数创建的订单 `draft` 平等的 `false`，不是必需的。
  
  
  {% endcut %}
  
  
  
  {% cut "**Как отменить LaaS-заказ**" %}
  
  
  发送状态 `"status": "CANCELLED"` 与取消订单的原因 `"substatus": "SHOP_FAILED"`.
  
  如果请求成功完成，取消将在一段时间后发生。 [如何检查操作状态](https://yandex.ru/dev/market/partner-api/doc/zh/reference/operations/getOperations.md)
  
  
  {% endcut %}
  
  
  
  <!-- source: zh/_auto/method_limits/updateOrderStatuses.md -->
  |<div style="text-align: left;">**⚙️ 限额:** 10 000 命令 每小时</div>|
  |-|
  <!-- endsource: zh/_auto/method_limits/updateOrderStatuses.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}/orders/status-update
  ```
  
  </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.ru/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}
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "orders": [
      {
        "id": 0,
        "status": "PLACING",
        "substatus": "RESERVATION_EXPIRED"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  #|
  || **Name** | **Description** ||
  ||
  
  _orders_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  {% cut "**Type**: object[]" %}
  
  #|
  ||
  
  _id_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  的订单ID。
  {.table-cell}
  ||
  ||
  
  _status_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  订单状况:
  
  * `PLACING` — 它正在处理中,正在准备预订。
  
  * `RESERVED` — 保留，但发行不足（仅适用于LaaS）。
  
  * `UNPAID` — 已发出，但尚未付款（如果在结账时选择付款）。
  
  * `PROCESSING` — 它正在处理中。
  
  * `DELIVERY` — 转移到送货服务。
  
  * `PICKUP` — 送到取件点。
  
  * `DELIVERED` — 由买方接收。
  
  * `CANCELLED` — 取消。
  
  * `PENDING` — 等待卖方处理。
  
  * `PARTIALLY_RETURNED` — 部分返回。
  
  * `RETURNED` — 全额回来了。
  
  * `UNKNOWN` — 状态不明。
  
  也可以返回其他值。 您不需要处理它们。
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `PLACING`, `RESERVED`, `UNPAID`, `PROCESSING`, `DELIVERY`, `PICKUP`, `DELIVERED`, `CANCELLED`, `PENDING`, `PARTIALLY_RETURNED`, `RETURNED`, `UNKNOWN`
  {.table-cell}
  ||
  ||
  
  _substatus_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  订单处理阶段（状态 `PROCESSING`）或取消订单的原因（状态 `CANCELLED`).
  
  * 状态中的订单值 `PROCESSING`:
  
      * `STARTED` — 订单已确认，可以处理。
  
      * `READY_TO_SHIP` — 订单已组装并准备装运。
  
  * 状态中的订单值 `CANCELLED`:
  
      * `RESERVATION_EXPIRED` — 客户没有在10分钟内完成预订订单。
  
      * `USER_NOT_PAID` — 买方没有为订单付款（对于付款类型 `PREPAID`）30分钟。
  
      * `USER_UNREACHABLE` — 无法联系买家。 为此取消，必须满足以下条件:
  
        * 至少3个电话从8到21在买方的时区;
        * 第一次和第三次通话之间的休息时间至少为90分钟;
        * 连接不短于5秒。
  
        如果不满足其中至少一个条件（号码不可用时除外），您将无法取消订单。 将返回带有错误代码400的响应。
  
      * `USER_CHANGED_MIND` — 客户因个人原因取消了订单。
  
      * `USER_REFUSED_DELIVERY` — 买方对交货条件不满意.
  
      * `USER_REFUSED_PRODUCT` — 该产品不适合买方。
  
      * `SHOP_FAILED` — 商店无法完成订单。
  
      * `USER_REFUSED_QUALITY` — 买方对产品的质量不满意。
  
      * `USER_IDENTIFICATION_MISMATCH` — 买方的身份证明文件与订单中的数据不匹配。
  
      * `PURCHASE_GROUP_THRESHOLD_NOT_REACHED_CANCELLED` — 该订单是团体购买的一部分，并被取消，因为没有达到所需的购买数量。
  
      * `REPLACING_ORDER` — 买方决定主动更换另一种产品。
  
      * `PROCESSING_EXPIRED` — 值不再使用。
  
      * `PICKUP_EXPIRED` — 取货点的订单保质期已过期。
  
      * `TOO_MANY_DELIVERY_DATE_CHANGES` — 订单被推迟了太多次。
  
      * `TOO_LONG_DELIVERY` — 订单太长时间无法交付。
  
      * `INCORRECT_PERSONAL_DATA` — 对于来自国外的订单，收件人的信息不正确，订单将不会在海关检查。
  
  * `TECHNICAL_ERROR` — 市场方面的技术错误。 联系支持。
  
  也可以返回其他值。 您不需要处理它们。
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `RESERVATION_EXPIRED`, `USER_NOT_PAID`, `USER_UNREACHABLE`, `USER_CHANGED_MIND`, `USER_REFUSED_DELIVERY`, `USER_REFUSED_PRODUCT`, `SHOP_FAILED`, `USER_REFUSED_QUALITY`, `REPLACING_ORDER`, `PROCESSING_EXPIRED`, `PENDING_EXPIRED`, `SHOP_PENDING_CANCELLED`, `PENDING_CANCELLED`, `USER_FRAUD`, `RESERVATION_FAILED`, `USER_PLACED_OTHER_ORDER`, `USER_BOUGHT_CHEAPER`, `MISSING_ITEM`, `BROKEN_ITEM`, `WRONG_ITEM`, `PICKUP_EXPIRED`, `DELIVERY_PROBLEMS`, `LATE_CONTACT`, `CUSTOM`, `DELIVERY_SERVICE_FAILED`, `WAREHOUSE_FAILED_TO_SHIP`, `DELIVERY_SERVICE_UNDELIVERED`, `PREORDER`, `AWAIT_CONFIRMATION`, `STARTED`, `PACKAGING`, `READY_TO_SHIP`, `SHIPPED`, `ASYNC_PROCESSING`, `WAITING_USER_INPUT`, `WAITING_BANK_DECISION`, `BANK_REJECT_CREDIT_OFFER`, `CUSTOMER_REJECT_CREDIT_OFFER`, `CREDIT_OFFER_FAILED`, `AWAIT_DELIVERY_DATES_CONFIRMATION`, `SERVICE_FAULT`, `DELIVERY_SERVICE_RECEIVED`, `USER_RECEIVED`, `WAITING_FOR_STOCKS`, `AS_PART_OF_MULTI_ORDER`, `READY_FOR_LAST_MILE`, `LAST_MILE_STARTED`, `ANTIFRAUD`, `DELIVERY_USER_NOT_RECEIVED`, `DELIVERY_SERVICE_DELIVERED`, `DELIVERED_USER_NOT_RECEIVED`, `USER_WANTED_ANOTHER_PAYMENT_METHOD`, `USER_RECEIVED_TECHNICAL_ERROR`, `USER_FORGOT_TO_USE_BONUS`, `DELIVERY_SERVICE_NOT_RECEIVED`, `DELIVERY_SERVICE_LOST`, `SHIPPED_TO_WRONG_DELIVERY_SERVICE`, `DELIVERED_USER_RECEIVED`, `WAITING_TINKOFF_DECISION`, `COURIER_SEARCH`, `COURIER_FOUND`, `COURIER_IN_TRANSIT_TO_SENDER`, `COURIER_ARRIVED_TO_SENDER`, `COURIER_RECEIVED`, `COURIER_NOT_FOUND`, `COURIER_NOT_DELIVER_ORDER`, `COURIER_RETURNS_ORDER`, `COURIER_RETURNED_ORDER`, `WAITING_USER_DELIVERY_INPUT`, `PICKUP_SERVICE_RECEIVED`, `PICKUP_USER_RECEIVED`, `CANCELLED_COURIER_NOT_FOUND`, `COURIER_NOT_COME_FOR_ORDER`, `DELIVERY_NOT_MANAGED_REGION`, `INCOMPLETE_CONTACT_INFORMATION`, `INCOMPLETE_MULTI_ORDER`, `INAPPROPRIATE_WEIGHT_SIZE`, `TECHNICAL_ERROR`, `SORTING_CENTER_LOST`, `COURIER_SEARCH_NOT_STARTED`, `LOST`, `AWAIT_PAYMENT`, `AWAIT_LAVKA_RESERVATION`, `USER_WANTS_TO_CHANGE_ADDRESS`, `FULL_NOT_RANSOM`, `PRESCRIPTION_MISMATCH`, `DROPOFF_LOST`, `DROPOFF_CLOSED`, `DELIVERY_TO_STORE_STARTED`, `USER_WANTS_TO_CHANGE_DELIVERY_DATE`, `WRONG_ITEM_DELIVERED`, `DAMAGED_BOX`, `AWAIT_DELIVERY_DATES`, `LAST_MILE_COURIER_SEARCH`, `PICKUP_POINT_CLOSED`, `LEGAL_INFO_CHANGED`, `USER_HAS_NO_TIME_TO_PICKUP_ORDER`, `DELIVERY_CUSTOMS_ARRIVED`, `DELIVERY_CUSTOMS_CLEARED`, `FIRST_MILE_DELIVERY_SERVICE_RECEIVED`, `AWAIT_AUTO_DELIVERY_DATES`, `AWAIT_USER_PERSONAL_DATA`, `NO_PERSONAL_DATA_EXPIRED`, `CUSTOMS_PROBLEMS`, `AWAIT_CASHIER`, `WAITING_POSTPAID_BUDGET_RESERVATION`, `AWAIT_SERVICEABLE_CONFIRMATION`, `POSTPAID_BUDGET_RESERVATION_FAILED`, `AWAIT_CUSTOM_PRICE_CONFIRMATION`, `READY_FOR_PICKUP`, `TOO_MANY_DELIVERY_DATE_CHANGES`, `TOO_LONG_DELIVERY`, `DEFERRED_PAYMENT`, `POSTPAID_FAILED`, `INCORRECT_PERSONAL_DATA`, `CUSTOMS_FAILED_MARKET`, `CUSTOMS_FAILED_USER_COMMERCIAL_ITEMS`, `CUSTOMS_FAILED_USER_DUTY_NOT_PAID`, `CUSTOMS_FAILED_USER_INVALID_PERSONAL_DATA`, `CUSTOMS_FAILED_USER_ADDITIONAL_DATA_NOT_PROVIDED`, `AWAIT_PAYMENT_AFTER_DELIVERY`, `AWAIT_USER_STEAM_FAST_URL`, `USER_IDENTIFICATION_MISMATCH`, `PURCHASE_GROUP_THRESHOLD_NOT_REACHED_CANCELLED`, `UNKNOWN`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  订单列表。
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Max items:_{.json-schema-reset .json-schema-assertion} `30`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    {
      "id": 0,
      "status": "PLACING",
      "substatus": "RESERVATION_EXPIRED"
    }
  ]
  ```
  
  {% endcut %}
  {.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,
          "status": "PLACING",
          "substatus": "RESERVATION_EXPIRED",
          "updateStatus": "OK",
          "errorDetails": "example",
          "operation": {}
        }
      ]
    }
  }
  ```
  
  {% 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[]" %}
  
    #|
    ||
  
    _errorDetails_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    更改订单状态时出错。 它包含错误的描述和订单ID。
  
    如果参数返回 `updateStatus` 取值 `ERROR`.
  
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _id_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    的订单ID。
    {.table-cell}
    ||
    ||
  
    _operation_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _id_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    操作的ID。
  
    _Min length:_{.json-schema-reset .json-schema-assertion} `1`
  
    _Max length:_{.json-schema-reset .json-schema-assertion} `1000`
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    操作类型:
  
    * `ORDER_RECIPIENT_UPDATE` — 更改收件人的数据。
  
    * `ORDER_DELIVERY_INTERVAL_UPDATE` — 更改交货日期间隔。
  
    * `ORDER_STATUS_UPDATE` — 更新订单状态以取消它。
  
    * `RETURN_CANCELLATION` — 取消退款。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `ORDER_RECIPIENT_UPDATE`, `ORDER_DELIVERY_INTERVAL_UPDATE`, `ORDER_STATUS_UPDATE`, `RETURN_CANCELLATION`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    操作的信息。
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "id": "example",
      "type": "ORDER_RECIPIENT_UPDATE"
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _status_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    订单状况:
  
    * `PLACING` — 它正在处理中,正在准备预订。
  
    * `RESERVED` — 保留，但发行不足（仅适用于LaaS）。
  
    * `UNPAID` — 已发出，但尚未付款（如果在结账时选择付款）。
  
    * `PROCESSING` — 它正在处理中。
  
    * `DELIVERY` — 转移到送货服务。
  
    * `PICKUP` — 送到取件点。
  
    * `DELIVERED` — 由买方接收。
  
    * `CANCELLED` — 取消。
  
    * `PENDING` — 等待卖方处理。
  
    * `PARTIALLY_RETURNED` — 部分返回。
  
    * `RETURNED` — 全额回来了。
  
    * `UNKNOWN` — 状态不明。
  
    也可以返回其他值。 您不需要处理它们。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `PLACING`, `RESERVED`, `UNPAID`, `PROCESSING`, `DELIVERY`, `PICKUP`, `DELIVERED`, `CANCELLED`, `PENDING`, `PARTIALLY_RETURNED`, `RETURNED`, `UNKNOWN`
    {.table-cell}
    ||
    ||
  
    _substatus_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    订单处理阶段（状态 `PROCESSING`）或取消订单的原因（状态 `CANCELLED`).
  
    * 状态中的订单值 `PROCESSING`:
  
        * `STARTED` — 订单已确认，可以处理。
  
        * `READY_TO_SHIP` — 订单已组装并准备装运。
  
    * 状态中的订单值 `CANCELLED`:
  
        * `RESERVATION_EXPIRED` — 客户没有在10分钟内完成预订订单。
  
        * `USER_NOT_PAID` — 买方没有为订单付款（对于付款类型 `PREPAID`）30分钟。
  
        * `USER_UNREACHABLE` — 无法联系买家。 为此取消，必须满足以下条件:
  
          * 至少3个电话从8到21在买方的时区;
          * 第一次和第三次通话之间的休息时间至少为90分钟;
          * 连接不短于5秒。
  
          如果不满足其中至少一个条件（号码不可用时除外），您将无法取消订单。 将返回带有错误代码400的响应。
  
        * `USER_CHANGED_MIND` — 客户因个人原因取消了订单。
  
        * `USER_REFUSED_DELIVERY` — 买方对交货条件不满意.
  
        * `USER_REFUSED_PRODUCT` — 该产品不适合买方。
  
        * `SHOP_FAILED` — 商店无法完成订单。
  
        * `USER_REFUSED_QUALITY` — 买方对产品的质量不满意。
  
        * `USER_IDENTIFICATION_MISMATCH` — 买方的身份证明文件与订单中的数据不匹配。
  
        * `PURCHASE_GROUP_THRESHOLD_NOT_REACHED_CANCELLED` — 该订单是团体购买的一部分，并被取消，因为没有达到所需的购买数量。
  
        * `REPLACING_ORDER` — 买方决定主动更换另一种产品。
  
        * `PROCESSING_EXPIRED` — 值不再使用。
  
        * `PICKUP_EXPIRED` — 取货点的订单保质期已过期。
  
        * `TOO_MANY_DELIVERY_DATE_CHANGES` — 订单被推迟了太多次。
  
        * `TOO_LONG_DELIVERY` — 订单太长时间无法交付。
  
        * `INCORRECT_PERSONAL_DATA` — 对于来自国外的订单，收件人的信息不正确，订单将不会在海关检查。
  
    * `TECHNICAL_ERROR` — 市场方面的技术错误。 联系支持。
  
    也可以返回其他值。 您不需要处理它们。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `RESERVATION_EXPIRED`, `USER_NOT_PAID`, `USER_UNREACHABLE`, `USER_CHANGED_MIND`, `USER_REFUSED_DELIVERY`, `USER_REFUSED_PRODUCT`, `SHOP_FAILED`, `USER_REFUSED_QUALITY`, `REPLACING_ORDER`, `PROCESSING_EXPIRED`, `PENDING_EXPIRED`, `SHOP_PENDING_CANCELLED`, `PENDING_CANCELLED`, `USER_FRAUD`, `RESERVATION_FAILED`, `USER_PLACED_OTHER_ORDER`, `USER_BOUGHT_CHEAPER`, `MISSING_ITEM`, `BROKEN_ITEM`, `WRONG_ITEM`, `PICKUP_EXPIRED`, `DELIVERY_PROBLEMS`, `LATE_CONTACT`, `CUSTOM`, `DELIVERY_SERVICE_FAILED`, `WAREHOUSE_FAILED_TO_SHIP`, `DELIVERY_SERVICE_UNDELIVERED`, `PREORDER`, `AWAIT_CONFIRMATION`, `STARTED`, `PACKAGING`, `READY_TO_SHIP`, `SHIPPED`, `ASYNC_PROCESSING`, `WAITING_USER_INPUT`, `WAITING_BANK_DECISION`, `BANK_REJECT_CREDIT_OFFER`, `CUSTOMER_REJECT_CREDIT_OFFER`, `CREDIT_OFFER_FAILED`, `AWAIT_DELIVERY_DATES_CONFIRMATION`, `SERVICE_FAULT`, `DELIVERY_SERVICE_RECEIVED`, `USER_RECEIVED`, `WAITING_FOR_STOCKS`, `AS_PART_OF_MULTI_ORDER`, `READY_FOR_LAST_MILE`, `LAST_MILE_STARTED`, `ANTIFRAUD`, `DELIVERY_USER_NOT_RECEIVED`, `DELIVERY_SERVICE_DELIVERED`, `DELIVERED_USER_NOT_RECEIVED`, `USER_WANTED_ANOTHER_PAYMENT_METHOD`, `USER_RECEIVED_TECHNICAL_ERROR`, `USER_FORGOT_TO_USE_BONUS`, `DELIVERY_SERVICE_NOT_RECEIVED`, `DELIVERY_SERVICE_LOST`, `SHIPPED_TO_WRONG_DELIVERY_SERVICE`, `DELIVERED_USER_RECEIVED`, `WAITING_TINKOFF_DECISION`, `COURIER_SEARCH`, `COURIER_FOUND`, `COURIER_IN_TRANSIT_TO_SENDER`, `COURIER_ARRIVED_TO_SENDER`, `COURIER_RECEIVED`, `COURIER_NOT_FOUND`, `COURIER_NOT_DELIVER_ORDER`, `COURIER_RETURNS_ORDER`, `COURIER_RETURNED_ORDER`, `WAITING_USER_DELIVERY_INPUT`, `PICKUP_SERVICE_RECEIVED`, `PICKUP_USER_RECEIVED`, `CANCELLED_COURIER_NOT_FOUND`, `COURIER_NOT_COME_FOR_ORDER`, `DELIVERY_NOT_MANAGED_REGION`, `INCOMPLETE_CONTACT_INFORMATION`, `INCOMPLETE_MULTI_ORDER`, `INAPPROPRIATE_WEIGHT_SIZE`, `TECHNICAL_ERROR`, `SORTING_CENTER_LOST`, `COURIER_SEARCH_NOT_STARTED`, `LOST`, `AWAIT_PAYMENT`, `AWAIT_LAVKA_RESERVATION`, `USER_WANTS_TO_CHANGE_ADDRESS`, `FULL_NOT_RANSOM`, `PRESCRIPTION_MISMATCH`, `DROPOFF_LOST`, `DROPOFF_CLOSED`, `DELIVERY_TO_STORE_STARTED`, `USER_WANTS_TO_CHANGE_DELIVERY_DATE`, `WRONG_ITEM_DELIVERED`, `DAMAGED_BOX`, `AWAIT_DELIVERY_DATES`, `LAST_MILE_COURIER_SEARCH`, `PICKUP_POINT_CLOSED`, `LEGAL_INFO_CHANGED`, `USER_HAS_NO_TIME_TO_PICKUP_ORDER`, `DELIVERY_CUSTOMS_ARRIVED`, `DELIVERY_CUSTOMS_CLEARED`, `FIRST_MILE_DELIVERY_SERVICE_RECEIVED`, `AWAIT_AUTO_DELIVERY_DATES`, `AWAIT_USER_PERSONAL_DATA`, `NO_PERSONAL_DATA_EXPIRED`, `CUSTOMS_PROBLEMS`, `AWAIT_CASHIER`, `WAITING_POSTPAID_BUDGET_RESERVATION`, `AWAIT_SERVICEABLE_CONFIRMATION`, `POSTPAID_BUDGET_RESERVATION_FAILED`, `AWAIT_CUSTOM_PRICE_CONFIRMATION`, `READY_FOR_PICKUP`, `TOO_MANY_DELIVERY_DATE_CHANGES`, `TOO_LONG_DELIVERY`, `DEFERRED_PAYMENT`, `POSTPAID_FAILED`, `INCORRECT_PERSONAL_DATA`, `CUSTOMS_FAILED_MARKET`, `CUSTOMS_FAILED_USER_COMMERCIAL_ITEMS`, `CUSTOMS_FAILED_USER_DUTY_NOT_PAID`, `CUSTOMS_FAILED_USER_INVALID_PERSONAL_DATA`, `CUSTOMS_FAILED_USER_ADDITIONAL_DATA_NOT_PROVIDED`, `AWAIT_PAYMENT_AFTER_DELIVERY`, `AWAIT_USER_STEAM_FAST_URL`, `USER_IDENTIFICATION_MISMATCH`, `PURCHASE_GROUP_THRESHOLD_NOT_REACHED_CANCELLED`, `UNKNOWN`
    {.table-cell}
    ||
    ||
  
    _updateStatus_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    订单状态是否已更改:
  
    * `OK` — 状态已更改。
  
    * `ERROR` — 状态未更改。 在这种情况下，参数中会出现错误消息 `errorDetails`.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    更新订单的列表。
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    [
      {
        "id": 0,
        "status": "PLACING",
        "substatus": "RESERVATION_EXPIRED",
        "updateStatus": "OK",
        "errorDetails": "example",
        "operation": {
          "id": "example",
          "type": "ORDER_RECIPIENT_UPDATE"
        }
      }
    ]
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    状态已更新的订单列表。
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "orders": [
        {
          "id": 0,
          "status": "PLACING",
          "substatus": "RESERVATION_EXPIRED",
          "updateStatus": "OK",
          "errorDetails": "example",
          "operation": {
            "id": "example",
            "type": "ORDER_RECIPIENT_UPDATE"
          }
        }
      ]
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "result": {
        "orders": [
          {
            "id": 0,
            "status": "PLACING",
            "substatus": "RESERVATION_EXPIRED",
            "updateStatus": "OK",
            "errorDetails": "example",
            "operation": {
              "id": "example",
              "type": "ORDER_RECIPIENT_UPDATE"
            }
          }
        ]
      }
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__400">
  
  ## 400 Bad Request
  
  请求包含不正确的数据。 [有关错误的更多信息](https://yandex.ru/dev/market/partner-api/doc/zh/concepts/error-codes.md#400)
  
  <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.ru/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.ru/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.ru/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.ru/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.ru/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: []
  headers: []
  body: |-
    {
      "orders": [
        {
          "id": 0,
          "status": "PLACING",
          "substatus": "RESERVATION_EXPIRED"
        }
      ]
    }
  schema:
    description: 订单列表。
    type: object
    required:
      - orders
    properties:
      orders:
        description: 订单列表。
        type: array
        minItems: 1
        maxItems: 30
        items:
          description: 订单信息。
          type: object
          required:
            - id
            - status
          properties:
            id:
              description: 的订单ID。
              type: integer
              format: int64
            status:
              description: |
                订单状况:
  
                * `PLACING` — 它正在处理中,正在准备预订。
  
                * `RESERVED` — 保留，但发行不足（仅适用于LaaS）。
  
                * `UNPAID` — 已发出，但尚未付款（如果在结账时选择付款）。
  
                * `PROCESSING` — 它正在处理中。
  
                * `DELIVERY` — 转移到送货服务。
  
                * `PICKUP` — 送到取件点。
  
                * `DELIVERED` — 由买方接收。
  
                * `CANCELLED` — 取消。
  
                * `PENDING` — 等待卖方处理。
  
                * `PARTIALLY_RETURNED` — 部分返回。
  
                * `RETURNED` — 全额回来了。
  
                * `UNKNOWN` — 状态不明。
  
                也可以返回其他值。 您不需要处理它们。
              type: string
              enum:
                - PLACING
                - RESERVED
                - UNPAID
                - PROCESSING
                - DELIVERY
                - PICKUP
                - DELIVERED
                - CANCELLED
                - PENDING
                - PARTIALLY_RETURNED
                - RETURNED
                - UNKNOWN
            substatus:
              description: >
                订单处理阶段（状态 `PROCESSING`）或取消订单的原因（状态
                `CANCELLED`).
  
  
                * 状态中的订单值 `PROCESSING`:
  
                    * `STARTED` — 订单已确认，可以处理。
  
                    * `READY_TO_SHIP` — 订单已组装并准备装运。
  
                * 状态中的订单值 `CANCELLED`:
  
                    * `RESERVATION_EXPIRED` — 客户没有在10分钟内完成预订订单。
  
                    * `USER_NOT_PAID` — 买方没有为订单付款（对于付款类型 `PREPAID`）30分钟。
  
                    * `USER_UNREACHABLE` — 无法联系买家。 为此取消，必须满足以下条件:
  
                      * 至少3个电话从8到21在买方的时区;
                      * 第一次和第三次通话之间的休息时间至少为90分钟;
                      * 连接不短于5秒。
  
                      如果不满足其中至少一个条件（号码不可用时除外），您将无法取消订单。 将返回带有错误代码400的响应。
  
                    * `USER_CHANGED_MIND` — 客户因个人原因取消了订单。
  
                    * `USER_REFUSED_DELIVERY` — 买方对交货条件不满意.
  
                    * `USER_REFUSED_PRODUCT` — 该产品不适合买方。
  
                    * `SHOP_FAILED` — 商店无法完成订单。
  
                    * `USER_REFUSED_QUALITY` — 买方对产品的质量不满意。
  
                    * `USER_IDENTIFICATION_MISMATCH` — 买方的身份证明文件与订单中的数据不匹配。
  
                    * `PURCHASE_GROUP_THRESHOLD_NOT_REACHED_CANCELLED` — 该订单是团体购买的一部分，并被取消，因为没有达到所需的购买数量。
  
                    * `REPLACING_ORDER` — 买方决定主动更换另一种产品。
  
                    * `PROCESSING_EXPIRED` — 值不再使用。
  
                    * `PICKUP_EXPIRED` — 取货点的订单保质期已过期。
  
                    * `TOO_MANY_DELIVERY_DATE_CHANGES` — 订单被推迟了太多次。
  
                    * `TOO_LONG_DELIVERY` — 订单太长时间无法交付。
  
                    * `INCORRECT_PERSONAL_DATA` — 对于来自国外的订单，收件人的信息不正确，订单将不会在海关检查。
  
                * `TECHNICAL_ERROR` — 市场方面的技术错误。
                联系支持。
  
  
                也可以返回其他值。 您不需要处理它们。
              type: string
              enum:
                - RESERVATION_EXPIRED
                - USER_NOT_PAID
                - USER_UNREACHABLE
                - USER_CHANGED_MIND
                - USER_REFUSED_DELIVERY
                - USER_REFUSED_PRODUCT
                - SHOP_FAILED
                - USER_REFUSED_QUALITY
                - REPLACING_ORDER
                - PROCESSING_EXPIRED
                - PENDING_EXPIRED
                - SHOP_PENDING_CANCELLED
                - PENDING_CANCELLED
                - USER_FRAUD
                - RESERVATION_FAILED
                - USER_PLACED_OTHER_ORDER
                - USER_BOUGHT_CHEAPER
                - MISSING_ITEM
                - BROKEN_ITEM
                - WRONG_ITEM
                - PICKUP_EXPIRED
                - DELIVERY_PROBLEMS
                - LATE_CONTACT
                - CUSTOM
                - DELIVERY_SERVICE_FAILED
                - WAREHOUSE_FAILED_TO_SHIP
                - DELIVERY_SERVICE_UNDELIVERED
                - PREORDER
                - AWAIT_CONFIRMATION
                - STARTED
                - PACKAGING
                - READY_TO_SHIP
                - SHIPPED
                - ASYNC_PROCESSING
                - WAITING_USER_INPUT
                - WAITING_BANK_DECISION
                - BANK_REJECT_CREDIT_OFFER
                - CUSTOMER_REJECT_CREDIT_OFFER
                - CREDIT_OFFER_FAILED
                - AWAIT_DELIVERY_DATES_CONFIRMATION
                - SERVICE_FAULT
                - DELIVERY_SERVICE_RECEIVED
                - USER_RECEIVED
                - WAITING_FOR_STOCKS
                - AS_PART_OF_MULTI_ORDER
                - READY_FOR_LAST_MILE
                - LAST_MILE_STARTED
                - ANTIFRAUD
                - DELIVERY_USER_NOT_RECEIVED
                - DELIVERY_SERVICE_DELIVERED
                - DELIVERED_USER_NOT_RECEIVED
                - USER_WANTED_ANOTHER_PAYMENT_METHOD
                - USER_RECEIVED_TECHNICAL_ERROR
                - USER_FORGOT_TO_USE_BONUS
                - DELIVERY_SERVICE_NOT_RECEIVED
                - DELIVERY_SERVICE_LOST
                - SHIPPED_TO_WRONG_DELIVERY_SERVICE
                - DELIVERED_USER_RECEIVED
                - WAITING_TINKOFF_DECISION
                - COURIER_SEARCH
                - COURIER_FOUND
                - COURIER_IN_TRANSIT_TO_SENDER
                - COURIER_ARRIVED_TO_SENDER
                - COURIER_RECEIVED
                - COURIER_NOT_FOUND
                - COURIER_NOT_DELIVER_ORDER
                - COURIER_RETURNS_ORDER
                - COURIER_RETURNED_ORDER
                - WAITING_USER_DELIVERY_INPUT
                - PICKUP_SERVICE_RECEIVED
                - PICKUP_USER_RECEIVED
                - CANCELLED_COURIER_NOT_FOUND
                - COURIER_NOT_COME_FOR_ORDER
                - DELIVERY_NOT_MANAGED_REGION
                - INCOMPLETE_CONTACT_INFORMATION
                - INCOMPLETE_MULTI_ORDER
                - INAPPROPRIATE_WEIGHT_SIZE
                - TECHNICAL_ERROR
                - SORTING_CENTER_LOST
                - COURIER_SEARCH_NOT_STARTED
                - LOST
                - AWAIT_PAYMENT
                - AWAIT_LAVKA_RESERVATION
                - USER_WANTS_TO_CHANGE_ADDRESS
                - FULL_NOT_RANSOM
                - PRESCRIPTION_MISMATCH
                - DROPOFF_LOST
                - DROPOFF_CLOSED
                - DELIVERY_TO_STORE_STARTED
                - USER_WANTS_TO_CHANGE_DELIVERY_DATE
                - WRONG_ITEM_DELIVERED
                - DAMAGED_BOX
                - AWAIT_DELIVERY_DATES
                - LAST_MILE_COURIER_SEARCH
                - PICKUP_POINT_CLOSED
                - LEGAL_INFO_CHANGED
                - USER_HAS_NO_TIME_TO_PICKUP_ORDER
                - DELIVERY_CUSTOMS_ARRIVED
                - DELIVERY_CUSTOMS_CLEARED
                - FIRST_MILE_DELIVERY_SERVICE_RECEIVED
                - AWAIT_AUTO_DELIVERY_DATES
                - AWAIT_USER_PERSONAL_DATA
                - NO_PERSONAL_DATA_EXPIRED
                - CUSTOMS_PROBLEMS
                - AWAIT_CASHIER
                - WAITING_POSTPAID_BUDGET_RESERVATION
                - AWAIT_SERVICEABLE_CONFIRMATION
                - POSTPAID_BUDGET_RESERVATION_FAILED
                - AWAIT_CUSTOM_PRICE_CONFIRMATION
                - READY_FOR_PICKUP
                - TOO_MANY_DELIVERY_DATE_CHANGES
                - TOO_LONG_DELIVERY
                - DEFERRED_PAYMENT
                - POSTPAID_FAILED
                - INCORRECT_PERSONAL_DATA
                - CUSTOMS_FAILED_MARKET
                - CUSTOMS_FAILED_USER_COMMERCIAL_ITEMS
                - CUSTOMS_FAILED_USER_DUTY_NOT_PAID
                - CUSTOMS_FAILED_USER_INVALID_PERSONAL_DATA
                - CUSTOMS_FAILED_USER_ADDITIONAL_DATA_NOT_PROVIDED
                - AWAIT_PAYMENT_AFTER_DELIVERY
                - AWAIT_USER_STEAM_FAST_URL
                - USER_IDENTIFICATION_MISMATCH
                - PURCHASE_GROUP_THRESHOLD_NOT_REACHED_CANCELLED
                - UNKNOWN
  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}/orders/status-update
  host: https://api.partner.market.yandex.ru
  
  ```
        

{% endlist %}


</div>
<!-- endsource: zh/api/orders/updateOrderStatuses.md -->

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