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

# 接收有关交付、移除和处置订单的信息

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

{% list tabs %}

- Info

  
  <!-- source: zh/_auto/method_scopes/getSupplyRequests.md -->
  **方法适用于模式：[FBY](https://yandex.com/dev/market/partner-api/doc/zh/overview/fby.md) 和 [拉斯](https://yandex.com/dev/market/partner-api/doc/zh/overview/laas.md).**

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

  * supplies-management:read-only — [获取有关FBY应用程序的信息](https://yandex.com/dev/market/partner-api/doc/zh/_auto/scopes_summary/pages/supplies-management_read-only.md)
  * all-methods — 全面管理账户
  * all-methods:read-only — 查看所有数据

  {% endcut %}
  <!-- endsource: zh/_auto/method_scopes/getSupplyRequests.md -->
  
  
  使用指定的筛选器返回交付、导出和处置请求以及有关这些请求的信息。
  
  
  <!-- source: zh/_auto/method_limits/getSupplyRequests.md -->
  |<div style="text-align: left;">**⚙️ 限额:** 1 000 请求 每小时</div>|
  |-|
  <!-- endsource: zh/_auto/method_limits/getSupplyRequests.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}/supply-requests
  ```
  
  </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} `50`
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Max value:_{.json-schema-reset .json-schema-assertion} `100`
  {.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
  {
    "requestIds": [
      1
    ],
    "requestDateFrom": "2025-01-01T00:00:00Z",
    "requestDateTo": "2025-01-01T00:00:00Z",
    "requestTypes": [
      "SUPPLY"
    ],
    "requestSubtypes": [
      "DEFAULT"
    ],
    "requestStatuses": [
      "CREATED"
    ],
    "sorting": {
      "direction": "ASC",
      "attribute": "ID"
    }
  }
  ```
  
  {% endcut %}
  
  #|
  || **Name** | **Description** ||
  ||
  
  _requestDateFrom_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date-time&gt; &#124; null
  
  请求过滤期的开始日期。
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01T00:00:00Z`
  {.table-cell}
  ||
  ||
  
  _requestDateTo_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date-time&gt; &#124; null
  
  请求过滤期的结束日期。
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01T00:00:00Z`
  {.table-cell}
  ||
  ||
  
  _requestIds_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer[] &#124; null
  
  请求Id。
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Max items:_{.json-schema-reset .json-schema-assertion} `100`
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    1
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _requestStatuses_{.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
  [
    "CREATED"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _requestSubtypes_{.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
  [
    "DEFAULT"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _requestTypes_{.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
  [
    "SUPPLY"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _sorting_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _attribute_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  按哪个参数对应用程序进行排序:
  
  * `ID` — 的应用程序ID。
  * `REQUESTED_DATE` — 交付到存储仓库的日期。
  
      如果货物通过中转仓库，它会按两个仓库的交货日期对它们进行分类。
  * `UPDATED_AT` — 应用程序更新的时间。
  * `STATUS` — 应用程序的状态。
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `ID`, `REQUESTED_DATE`, `UPDATED_AT`, `STATUS`
  {.table-cell}
  ||
  ||
  
  _direction_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  分类方向:
  
  - `ASC` — 按升序排序。
  - `DESC` — 降序排序。
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `ASC`, `DESC`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  排序参数。
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "direction": "ASC",
    "attribute": "ID"
  }
  ```
  
  {% 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": {
      "requests": [
        {
          "id": {},
          "type": "SUPPLY",
          "subtype": "DEFAULT",
          "status": "CREATED",
          "updatedAt": "2025-01-01T00:00:00Z",
          "counters": {},
          "parentLink": {},
          "childrenLinks": [
            null
          ],
          "targetLocation": {},
          "transitLocation": {}
        }
      ],
      "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" %}
  
    #|
    ||
  
    _requests_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    {% cut "**Type**: object[]" %}
  
    #|
    ||
  
    _counters_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _acceptableCount_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    可以额外携带的物品数量。
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `0`
    {.table-cell}
    ||
    ||
  
    _actualBoxCount_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    仓库中接受的箱子数量。
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `0`
    {.table-cell}
    ||
    ||
  
    _actualPalletsCount_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    仓库中接受的托盘数量。
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `0`
    {.table-cell}
    ||
    ||
  
    _defectCount_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    次品的数量。
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `0`
    {.table-cell}
    ||
    ||
  
    _factCount_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    仓库中接受的物料数量。
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `0`
    {.table-cell}
    ||
    ||
  
    _planCount_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    交付请求中的项目数量。
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `0`
    {.table-cell}
    ||
    ||
  
    _shortageCount_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    次品的数量。
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `0`
    {.table-cell}
    ||
    ||
  
    _surplusCount_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    额外项目的数量。
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `0`
    {.table-cell}
    ||
    ||
  
    _unacceptableCount_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    无法额外交付的项目数量。
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `0`
    {.table-cell}
    ||
    ||
  
    _undefinedCount_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    拒收产品的数量。
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `0`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    应用程序中的货物，箱子和托盘的数量。
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "planCount": 0,
      "factCount": 0,
      "undefinedCount": 0,
      "surplusCount": 0,
      "shortageCount": 0,
      "defectCount": 0,
      "acceptableCount": 0,
      "unacceptableCount": 0,
      "actualPalletsCount": 0,
      "actualBoxCount": 0
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _id_{.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。
  
  
    {% note warning "Используется только в API" %}
  
  
    在市场上无法在卖方的帐户中找到应用程序。 要做到这一点，请使用 `marketplaceRequestId` 或 `warehouseRequestId`.
  
  
    {% endnote %}
  
  
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `1`
    {.table-cell}
    ||
    ||
  
    _marketplaceRequestId_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    市场上的申请号。
  
    它也在市场上的卖家账户中注明。
  
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _warehouseRequestId_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    仓库中的订单号。
  
    它也在市场上的卖家账户中注明。
  
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    应用程序ID和编号。
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "id": 1,
      "marketplaceRequestId": "example",
      "warehouseRequestId": "example"
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _status_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    送货请求状态:
  
    * `CREATED` — 应用程序已创建。
    * `FINISHED` — 申请完成，货物是:
      * 在仓库接受;
      * 在转移期间转移到另一个仓库;
      * 在出口期间转移给卖方;
      * 处置。
    * `CANCELLED` — 申请已被取消。
    * `INVALID` — 处理错误。
    * `VALIDATED` — 应用程序正在处理中。
    * `PUBLISHED` — 申请已提交审批。
    * `ARRIVED_TO_SERVICE` — 交货已付运.
    * `ARRIVED_TO_XDOC_SERVICE` — 交货正在等待发送到最终仓库。
    * `SHIPPED_TO_SERVICE` — 交付从中转仓库发送到存储仓库。
    * `CANCELLATION_REQUESTED` — 已请求取消请求。
    * `CANCELLATION_REJECTED` — 申请将不会被取消。
    * `REGISTERED_IN_ELECTRONIC_QUEUE` — 递登记在电子队列中。
    * `READY_FOR_UTILIZATION` — 货物已准备好处置.
    * `TRANSIT_MOVING` — 将货物运往出口仓库.
    * `WAREHOUSE_HANDLING` — 二次验收货物或其组装出口或处置（商品验收）。
    * `ACCEPTED_BY_WAREHOUSE_SYSTEM` — 申请已获批准。
    * `READY_TO_WITHDRAW` — 货物已准备好交货.
    * `NEED_PREPARATION` — 信息是期望从卖方。
    * `WAREHOUSE_SIGNED_ACT` — EAPP由仓库签署。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `CREATED`, `FINISHED`, `CANCELLED`, `INVALID`, `VALIDATED`, `PUBLISHED`, `ARRIVED_TO_SERVICE`, `ARRIVED_TO_XDOC_SERVICE`, `SHIPPED_TO_SERVICE`, `CANCELLATION_REQUESTED`, `CANCELLATION_REJECTED`, `REGISTERED_IN_ELECTRONIC_QUEUE`, `READY_FOR_UTILIZATION`, `TRANSIT_MOVING`, `WAREHOUSE_HANDLING`, `ACCEPTED_BY_WAREHOUSE_SYSTEM`, `READY_TO_WITHDRAW`, `NEED_PREPARATION`, `WAREHOUSE_SIGNED_ACT`
    {.table-cell}
    ||
    ||
  
    _subtype_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    应用程序子类型:
  
    * `DEFAULT` — 向或从存储仓库交付货物。
    * `XDOC` — 通过中转仓库交付货物或从中出口。
    * `INVENTORYING_SUPPLY` — 应商店的要求在仓库库存。
    * `INVENTORYING_SUPPLY_WAREHOUSE_BASED_PER_SUPPLIER` — 仓库的要求在仓库库存。
    * `MOVEMENT_SUPPLY` — 仓库之间的进货运动。
  
        在仓库之间移动时，将创建2个订单 — `MOVEMENT_SUPPLY` 和 `MOVEMENT_WITHDRAW`.
    * `ADDITIONAL_SUPPLY` — 拒绝货物的额外交付。
    * `VIRTUAL_DISTRIBUTION_CENTER` — 将货物运送至储存仓库的家长申请或 [多派递服务](*multisupply).
    * `VIRTUAL_DISTRIBUTION_CENTER_CHILD` — 将货物运送至储存仓库的附属申请或 [多派递服务](*multisupply).
  
        它不会为她回来的 `transitLocation`.
    * `FORCE_PLAN` — 在仓库的要求自动处置。
    * `FORCE_PLAN_ANOMALY_PER_SUPPLY` — 弃置被拒货物。
    * `PLAN_BY_SUPPLIER` — 在商店的要求处置。
    * `ANOMALY_WITHDRAW` — 出口拒收货物。
    * `FIX_LOST_INVENTORYING` — 第二次清点后未找到的物品。
    * `OPER_LOST_INVENTORYING` — 首次清点后未找到的物品。
    * `MOVEMENT_WITHDRAW` — 仓库之间的出库移动。
  
        在仓库之间移动时，将创建2个订单 — `MOVEMENT_SUPPLY` 和 `MOVEMENT_WITHDRAW`.
    * `MISGRADING_SUPPLY` — 重新排序变得更好。
    * `MISGRADING_WITHDRAW` — 较小的方向重新排序。
    * `MAN_UTIL` — 在仓库的要求人工处置。
    * `WITHDRAW_AUTO_UTILIZATION` — 当货物储存期届满时,出口订单中的货物自动处置.
    * `EXTERNAL_WITHDRAW_INT_OZON` — 向臭氧市场出口货物。 交货请求是在Ozon的个人帐户中提出的.
    * `EXTERNAL_WITHDRAW_INT_WB` — 向野莓市场出口货物。 交货请求是在Wildberries个人帐户中提出的。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `DEFAULT`, `XDOC`, `INVENTORYING_SUPPLY`, `INVENTORYING_SUPPLY_WAREHOUSE_BASED_PER_SUPPLIER`, `MOVEMENT_SUPPLY`, `ADDITIONAL_SUPPLY`, `VIRTUAL_DISTRIBUTION_CENTER`, `VIRTUAL_DISTRIBUTION_CENTER_CHILD`, `FORCE_PLAN`, `FORCE_PLAN_ANOMALY_PER_SUPPLY`, `PLAN_BY_SUPPLIER`, `ANOMALY_WITHDRAW`, `FIX_LOST_INVENTORYING`, `OPER_LOST_INVENTORYING`, `MOVEMENT_WITHDRAW`, `MISGRADING_SUPPLY`, `MISGRADING_WITHDRAW`, `MAN_UTIL`, `WITHDRAW_AUTO_UTILIZATION`, `EXTERNAL_WITHDRAW_INT_OZON`, `EXTERNAL_WITHDRAW_INT_WB`
    {.table-cell}
    ||
    ||
  
    _targetLocation_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _address_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _fullAddress_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    仓库或PVZ的完整地址。
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _gps_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _latitude_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: number
  
    宽度。
    {.table-cell}
    ||
    ||
  
    _longitude_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: number
  
    经度。
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    纬度和经度的GPS坐标。
  
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "latitude": 0.5,
      "longitude": 0.5
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    仓库或PVZ的地址。
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "fullAddress": "example",
      "gps": {
        "latitude": 0.5,
        "longitude": 0.5
      }
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _name_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    仓库或PVZ的名称。
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _serviceId_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: integer
  
    PVZ的仓库或物流合作伙伴的ID。
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    仓库或PVZ类型:
  
    * `FULFILLMENT` — 仓储仓库。
    * `XDOC` — 中转仓库。
    * `PICKUP_POINT` — PVZ。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `FULFILLMENT`, `XDOC`, `PICKUP_POINT`
    {.table-cell}
    ||
    ||
  
    _requestedDate_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string&lt;date-time&gt;
  
    交货到仓库或PVZ的日期和时间.
  
    _Example:_{.json-schema-reset .json-schema-example} `2025-01-01T00:00:00Z`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    应用程序中有关仓库或PVZ的信息。
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "requestedDate": "2025-01-01T00:00:00Z",
      "serviceId": 0,
      "name": "example",
      "address": {
        "fullAddress": "example",
        "gps": {
          "latitude": 0.5,
          "longitude": 0.5
        }
      },
      "type": "FULFILLMENT"
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    申请类别:
  
    * `SUPPLY` — 交付货物。
    * `WITHDRAW` — 货物出口。
    * `UTILIZATION` — 货物的处置。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `SUPPLY`, `WITHDRAW`, `UTILIZATION`
    {.table-cell}
    ||
    ||
  
    _updatedAt_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string&lt;date-time&gt;
  
    上次应用程序更新的日期和时间。
  
    _Example:_{.json-schema-reset .json-schema-example} `2025-01-01T00:00:00Z`
    {.table-cell}
    ||
    ||
  
    _childrenLinks_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object[]" %}
  
    #|
    ||
  
    _id_{.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。
  
  
    {% note warning "Используется только в API" %}
  
  
    在市场上无法在卖方的帐户中找到应用程序。 要做到这一点，请使用 `marketplaceRequestId` 或 `warehouseRequestId`.
  
  
    {% endnote %}
  
  
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `1`
    {.table-cell}
    ||
    ||
  
    _marketplaceRequestId_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    市场上的申请号。
  
    它也在市场上的卖家账户中注明。
  
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _warehouseRequestId_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    仓库中的订单号。
  
    它也在市场上的卖家账户中注明。
  
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    应用程序ID和编号。
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "id": 1,
      "marketplaceRequestId": "example",
      "warehouseRequestId": "example"
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    两个应用程序之间的连接类型:
  
    * `VIRTUAL_DISTRIBUTION` — [多派递服务](*multisupply).
  
    * `WITHDRAW` — 出口拒收货物。
  
        应用程序的子类型: `DEFAULT`, `XDOC`, `VIRTUAL_DISTRIBUTION_CENTER_CHILD` 和 `ANOMALY_WITHDRAW`.
  
    * `UTILIZATION` — 弃置被拒货物。
  
        应用程序的子类型: `DEFAULT`, `XDOC`, `VIRTUAL_DISTRIBUTION_CENTER_CHILD` 和 `FORCE_PLAN_ANOMALY_PER_SUPPLY`.
  
    * `ADDITIONAL_SUPPLY` — 额外的交付。
  
        应用程序的子类型: `DEFAULT`, `XDOC`, `VIRTUAL_DISTRIBUTION_CENTER_CHILD` 和 `ADDITIONAL_SUPPLY`.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `VIRTUAL_DISTRIBUTION`, `WITHDRAW`, `UTILIZATION`, `ADDITIONAL_SUPPLY`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    子应用程序的链接。
  
    _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    [
      {
        "id": {
          "id": 1,
          "marketplaceRequestId": "example",
          "warehouseRequestId": "example"
        },
        "type": "VIRTUAL_DISTRIBUTION"
      }
    ]
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _parentLink_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _id_{.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。
  
  
    {% note warning "Используется только в API" %}
  
  
    在市场上无法在卖方的帐户中找到应用程序。 要做到这一点，请使用 `marketplaceRequestId` 或 `warehouseRequestId`.
  
  
    {% endnote %}
  
  
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `1`
    {.table-cell}
    ||
    ||
  
    _marketplaceRequestId_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    市场上的申请号。
  
    它也在市场上的卖家账户中注明。
  
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _warehouseRequestId_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    仓库中的订单号。
  
    它也在市场上的卖家账户中注明。
  
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    应用程序ID和编号。
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "id": 1,
      "marketplaceRequestId": "example",
      "warehouseRequestId": "example"
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    两个应用程序之间的连接类型:
  
    * `VIRTUAL_DISTRIBUTION` — [多派递服务](*multisupply).
  
    * `WITHDRAW` — 出口拒收货物。
  
        应用程序的子类型: `DEFAULT`, `XDOC`, `VIRTUAL_DISTRIBUTION_CENTER_CHILD` 和 `ANOMALY_WITHDRAW`.
  
    * `UTILIZATION` — 弃置被拒货物。
  
        应用程序的子类型: `DEFAULT`, `XDOC`, `VIRTUAL_DISTRIBUTION_CENTER_CHILD` 和 `FORCE_PLAN_ANOMALY_PER_SUPPLY`.
  
    * `ADDITIONAL_SUPPLY` — 额外的交付。
  
        应用程序的子类型: `DEFAULT`, `XDOC`, `VIRTUAL_DISTRIBUTION_CENTER_CHILD` 和 `ADDITIONAL_SUPPLY`.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `VIRTUAL_DISTRIBUTION`, `WITHDRAW`, `UTILIZATION`, `ADDITIONAL_SUPPLY`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    相关应用的信息。
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "id": {
        "id": 1,
        "marketplaceRequestId": "example",
        "warehouseRequestId": "example"
      },
      "type": "VIRTUAL_DISTRIBUTION"
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _transitLocation_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _address_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _fullAddress_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    仓库或PVZ的完整地址。
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _gps_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _latitude_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: number
  
    宽度。
    {.table-cell}
    ||
    ||
  
    _longitude_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: number
  
    经度。
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    纬度和经度的GPS坐标。
  
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "latitude": 0.5,
      "longitude": 0.5
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    仓库或PVZ的地址。
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "fullAddress": "example",
      "gps": {
        "latitude": 0.5,
        "longitude": 0.5
      }
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _name_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    仓库或PVZ的名称。
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _serviceId_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: integer
  
    PVZ的仓库或物流合作伙伴的ID。
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    仓库或PVZ类型:
  
    * `FULFILLMENT` — 仓储仓库。
    * `XDOC` — 中转仓库。
    * `PICKUP_POINT` — PVZ。
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `FULFILLMENT`, `XDOC`, `PICKUP_POINT`
    {.table-cell}
    ||
    ||
  
    _requestedDate_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string&lt;date-time&gt;
  
    交货到仓库或PVZ的日期和时间.
  
    _Example:_{.json-schema-reset .json-schema-example} `2025-01-01T00:00:00Z`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    应用程序中有关仓库或PVZ的信息。
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "requestedDate": "2025-01-01T00:00:00Z",
      "serviceId": 0,
      "name": "example",
      "address": {
        "fullAddress": "example",
        "gps": {
          "latitude": 0.5,
          "longitude": 0.5
        }
      },
      "type": "FULFILLMENT"
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    的应用程序列表。
  
    _Min items:_{.json-schema-reset .json-schema-assertion} `0`
  
    _Max items:_{.json-schema-reset .json-schema-assertion} `100`
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    [
      {
        "id": {
          "id": 1,
          "marketplaceRequestId": "example",
          "warehouseRequestId": "example"
        },
        "type": "SUPPLY",
        "subtype": "DEFAULT",
        "status": "CREATED",
        "updatedAt": "2025-01-01T00:00:00Z",
        "counters": {
          "planCount": 0,
          "factCount": 0,
          "undefinedCount": 0,
          "surplusCount": 0,
          "shortageCount": 0,
          "defectCount": 0,
          "acceptableCount": 0,
          "unacceptableCount": 0,
          "actualPalletsCount": 0,
          "actualBoxCount": 0
        },
        "parentLink": {
          "id": {
            "id": 1,
            "marketplaceRequestId": "example",
            "warehouseRequestId": "example"
          },
          "type": "VIRTUAL_DISTRIBUTION"
        },
        "childrenLinks": [
          {
            "id": {
              "id": 1,
              "marketplaceRequestId": "example",
              "warehouseRequestId": "example"
            },
            "type": "VIRTUAL_DISTRIBUTION"
          }
        ],
        "targetLocation": {
          "requestedDate": "2025-01-01T00:00:00Z",
          "serviceId": 0,
          "name": "example",
          "address": {
            "fullAddress": "example",
            "gps": {
              "latitude": 0.5,
              "longitude": 0.5
            }
          },
          "type": "FULFILLMENT"
        },
        "transitLocation": {
          "requestedDate": "2025-01-01T00:00:00Z",
          "serviceId": 0,
          "name": "example",
          "address": {
            "fullAddress": "example",
            "gps": {
              "latitude": 0.5,
              "longitude": 0.5
            }
          },
          "type": "FULFILLMENT"
        }
      }
    ]
    ```
  
    {% 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
    {
      "requests": [
        {
          "id": {
            "id": 1,
            "marketplaceRequestId": "example",
            "warehouseRequestId": "example"
          },
          "type": "SUPPLY",
          "subtype": "DEFAULT",
          "status": "CREATED",
          "updatedAt": "2025-01-01T00:00:00Z",
          "counters": {
            "planCount": 0,
            "factCount": 0,
            "undefinedCount": 0,
            "surplusCount": 0,
            "shortageCount": 0,
            "defectCount": 0,
            "acceptableCount": 0,
            "unacceptableCount": 0,
            "actualPalletsCount": 0,
            "actualBoxCount": 0
          },
          "parentLink": {
            "id": {
              "id": 1,
              "marketplaceRequestId": "example",
              "warehouseRequestId": "example"
            },
            "type": "VIRTUAL_DISTRIBUTION"
          },
          "childrenLinks": [
            {
              "id": {},
              "type": "VIRTUAL_DISTRIBUTION"
            }
          ],
          "targetLocation": {
            "requestedDate": "2025-01-01T00:00:00Z",
            "serviceId": 0,
            "name": "example",
            "address": {
              "fullAddress": "example",
              "gps": {}
            },
            "type": "FULFILLMENT"
          },
          "transitLocation": {
            "requestedDate": "2025-01-01T00:00:00Z",
            "serviceId": 0,
            "name": "example",
            "address": {
              "fullAddress": "example",
              "gps": {}
            },
            "type": "FULFILLMENT"
          }
        }
      ],
      "paging": {
        "nextPageToken": "example"
      }
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "result": {
        "requests": [
          {
            "id": {
              "id": 1,
              "marketplaceRequestId": "example",
              "warehouseRequestId": "example"
            },
            "type": "SUPPLY",
            "subtype": "DEFAULT",
            "status": "CREATED",
            "updatedAt": "2025-01-01T00:00:00Z",
            "counters": {
              "planCount": 0,
              "factCount": 0,
              "undefinedCount": 0,
              "surplusCount": 0,
              "shortageCount": 0,
              "defectCount": 0,
              "acceptableCount": 0,
              "unacceptableCount": 0,
              "actualPalletsCount": 0,
              "actualBoxCount": 0
            },
            "parentLink": {
              "id": {},
              "type": "VIRTUAL_DISTRIBUTION"
            },
            "childrenLinks": [
              {}
            ],
            "targetLocation": {
              "requestedDate": "2025-01-01T00:00:00Z",
              "serviceId": 0,
              "name": "example",
              "address": {},
              "type": "FULFILLMENT"
            },
            "transitLocation": {
              "requestedDate": "2025-01-01T00:00:00Z",
              "serviceId": 0,
              "name": "example",
              "address": {},
              "type": "FULFILLMENT"
            }
          }
        ],
        "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#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.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__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: 50
        maximum: 100
  headers: []
  body: |-
    {
      "requestIds": [
        1
      ],
      "requestDateFrom": "2025-01-01T00:00:00Z",
      "requestDateTo": "2025-01-01T00:00:00Z",
      "requestTypes": [
        "SUPPLY"
      ],
      "requestSubtypes": [
        "DEFAULT"
      ],
      "requestStatuses": [
        "CREATED"
      ],
      "sorting": {
        "direction": "ASC",
        "attribute": "ID"
      }
    }
  schema:
    type: object
    description: >
      用于筛选和排序采购订单的模型。
  
      软件过滤器 `requestDateFrom` 和 `requestDateTo`
      应用程序由targetLocation->requestedDate和transitLocation->requestedDate选择。
    properties:
      requestIds:
        type: array
        description: 请求Id。
        minItems: 1
        maxItems: 100
        uniqueItems: true
        nullable: true
        items:
          type: integer
          format: int64
          minimum: 1
          description: >+
            的应用程序ID。
  
  
  
  
            {% note warning "Используется только в API" %}
  
  
  
  
            在市场上无法在卖方的帐户中找到应用程序。 要做到这一点，请使用 `marketplaceRequestId`
            或 `warehouseRequestId`.
  
  
  
  
            {% endnote %}
  
  
      requestDateFrom:
        type: string
        format: date-time
        nullable: true
        description: 请求过滤期的开始日期。
      requestDateTo:
        type: string
        format: date-time
        nullable: true
        description: 请求过滤期的结束日期。
      requestTypes:
        type: array
        description: 要过滤的请求类型。
        minItems: 1
        uniqueItems: true
        nullable: true
        items:
          type: string
          description: |
            申请类别:
  
            * `SUPPLY` — 交付货物。
            * `WITHDRAW` — 货物出口。
            * `UTILIZATION` — 货物的处置。
          enum:
            - SUPPLY
            - WITHDRAW
            - UTILIZATION
      requestSubtypes:
        type: array
        description: 过滤请求的子类型。
        minItems: 1
        uniqueItems: true
        nullable: true
        items:
          type: string
          description: >
            应用程序子类型:
  
  
            * `DEFAULT` — 向或从存储仓库交付货物。
  
            * `XDOC` — 通过中转仓库交付货物或从中出口。
  
            * `INVENTORYING_SUPPLY` — 应商店的要求在仓库库存。
  
            * `INVENTORYING_SUPPLY_WAREHOUSE_BASED_PER_SUPPLIER`
            — 仓库的要求在仓库库存。
  
            * `MOVEMENT_SUPPLY` — 仓库之间的进货运动。
  
                在仓库之间移动时，将创建2个订单 — `MOVEMENT_SUPPLY` 和 `MOVEMENT_WITHDRAW`.
            * `ADDITIONAL_SUPPLY` — 拒绝货物的额外交付。
  
            * `VIRTUAL_DISTRIBUTION_CENTER` —
            将货物运送至储存仓库的家长申请或 [多派递服务](*multisupply).
  
            * `VIRTUAL_DISTRIBUTION_CENTER_CHILD` —
            将货物运送至储存仓库的附属申请或 [多派递服务](*multisupply).
  
                它不会为她回来的 `transitLocation`.
            * `FORCE_PLAN` — 在仓库的要求自动处置。
  
            * `FORCE_PLAN_ANOMALY_PER_SUPPLY` —
            弃置被拒货物。
  
            * `PLAN_BY_SUPPLIER` — 在商店的要求处置。
  
            * `ANOMALY_WITHDRAW` — 出口拒收货物。
  
            * `FIX_LOST_INVENTORYING` —
            第二次清点后未找到的物品。
  
            * `OPER_LOST_INVENTORYING` —
            首次清点后未找到的物品。
  
            * `MOVEMENT_WITHDRAW` — 仓库之间的出库移动。
  
                在仓库之间移动时，将创建2个订单 — `MOVEMENT_SUPPLY` 和 `MOVEMENT_WITHDRAW`.
            * `MISGRADING_SUPPLY` — 重新排序变得更好。
  
            * `MISGRADING_WITHDRAW` — 较小的方向重新排序。
  
            * `MAN_UTIL` — 在仓库的要求人工处置。
  
            * `WITHDRAW_AUTO_UTILIZATION` —
            当货物储存期届满时,出口订单中的货物自动处置.
  
            * `EXTERNAL_WITHDRAW_INT_OZON` —
            向臭氧市场出口货物。 交货请求是在Ozon的个人帐户中提出的.
  
            * `EXTERNAL_WITHDRAW_INT_WB` —
            向野莓市场出口货物。 交货请求是在Wildberries个人帐户中提出的。
          enum:
            - DEFAULT
            - XDOC
            - INVENTORYING_SUPPLY
            - INVENTORYING_SUPPLY_WAREHOUSE_BASED_PER_SUPPLIER
            - MOVEMENT_SUPPLY
            - ADDITIONAL_SUPPLY
            - VIRTUAL_DISTRIBUTION_CENTER
            - VIRTUAL_DISTRIBUTION_CENTER_CHILD
            - FORCE_PLAN
            - FORCE_PLAN_ANOMALY_PER_SUPPLY
            - PLAN_BY_SUPPLIER
            - ANOMALY_WITHDRAW
            - FIX_LOST_INVENTORYING
            - OPER_LOST_INVENTORYING
            - MOVEMENT_WITHDRAW
            - MISGRADING_SUPPLY
            - MISGRADING_WITHDRAW
            - MAN_UTIL
            - WITHDRAW_AUTO_UTILIZATION
            - EXTERNAL_WITHDRAW_INT_OZON
            - EXTERNAL_WITHDRAW_INT_WB
      requestStatuses:
        type: array
        description: 请求状态进行过滤。
        minItems: 1
        uniqueItems: true
        nullable: true
        items:
          type: string
          description: >
            送货请求状态:
  
  
            * `CREATED` — 应用程序已创建。
  
            * `FINISHED` — 申请完成，货物是:
              * 在仓库接受;
              * 在转移期间转移到另一个仓库;
              * 在出口期间转移给卖方;
              * 处置。
            * `CANCELLED` — 申请已被取消。
  
            * `INVALID` — 处理错误。
  
            * `VALIDATED` — 应用程序正在处理中。
  
            * `PUBLISHED` — 申请已提交审批。
  
            * `ARRIVED_TO_SERVICE` — 交货已付运.
  
            * `ARRIVED_TO_XDOC_SERVICE` —
            交货正在等待发送到最终仓库。
  
            * `SHIPPED_TO_SERVICE` — 交付从中转仓库发送到存储仓库。
  
            * `CANCELLATION_REQUESTED` — 已请求取消请求。
  
            * `CANCELLATION_REJECTED` — 申请将不会被取消。
  
            * `REGISTERED_IN_ELECTRONIC_QUEUE` —
            递登记在电子队列中。
  
            * `READY_FOR_UTILIZATION` — 货物已准备好处置.
  
            * `TRANSIT_MOVING` — 将货物运往出口仓库.
  
            * `WAREHOUSE_HANDLING` —
            二次验收货物或其组装出口或处置（商品验收）。
  
            * `ACCEPTED_BY_WAREHOUSE_SYSTEM` —
            申请已获批准。
  
            * `READY_TO_WITHDRAW` — 货物已准备好交货.
  
            * `NEED_PREPARATION` — 信息是期望从卖方。
  
            * `WAREHOUSE_SIGNED_ACT` — EAPP由仓库签署。
          enum:
            - CREATED
            - FINISHED
            - CANCELLED
            - INVALID
            - VALIDATED
            - PUBLISHED
            - ARRIVED_TO_SERVICE
            - ARRIVED_TO_XDOC_SERVICE
            - SHIPPED_TO_SERVICE
            - CANCELLATION_REQUESTED
            - CANCELLATION_REJECTED
            - REGISTERED_IN_ELECTRONIC_QUEUE
            - READY_FOR_UTILIZATION
            - TRANSIT_MOVING
            - WAREHOUSE_HANDLING
            - ACCEPTED_BY_WAREHOUSE_SYSTEM
            - READY_TO_WITHDRAW
            - NEED_PREPARATION
            - WAREHOUSE_SIGNED_ACT
      sorting:
        type: object
        description: 排序参数。
        required:
          - direction
          - attribute
        properties:
          direction:
            type: string
            description: |
              分类方向:
  
              - `ASC` — 按升序排序。
              - `DESC` — 降序排序。
            enum:
              - ASC
              - DESC
          attribute:
            type: string
            description: |
              按哪个参数对应用程序进行排序:
  
              * `ID` — 的应用程序ID。
              * `REQUESTED_DATE` — 交付到存储仓库的日期。
  
                  如果货物通过中转仓库，它会按两个仓库的交货日期对它们进行分类。
              * `UPDATED_AT` — 应用程序更新的时间。
              * `STATUS` — 应用程序的状态。
            enum:
              - ID
              - REQUESTED_DATE
              - UPDATED_AT
              - STATUS
  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}/supply-requests
  host: https://api.partner.market.yandex.ru
  
  ```
        

{% endlist %}


</div>
<!-- endsource: zh/api/supply-requests/getSupplyRequests.md -->

[*multisupply]:
阅读它在什么 [燕基科斯.对卖家的市场帮助](https://yandex.ru/support/marketplace/ru/storage/shipment/application#create).

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