---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://yandex.ru/dev/market/partner-api/doc/en/reference/outlets/updateOutlet.md
  - https://yandex.ru/dev/market/partner-api/doc/ru/reference/outlets/updateOutlet.md
  - https://yandex.ru/dev/market/partner-api/doc/zh/reference/outlets/updateOutlet.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/market/partner-api/doc/zh/llms.txt

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

# 更改有关销售点的信息

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

{% list tabs %}

- Info

  
  <!-- source: zh/_auto/method_scopes/updateOutlet.md -->
  **方法适用于模式[DBS](https://yandex.ru/dev/market/partner-api/doc/zh/overview/dbs.md).**

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

  * settings-management — [店铺设置](https://yandex.ru/dev/market/partner-api/doc/zh/_auto/scopes_summary/pages/settings-management.md)
  * all-methods — 全面管理账户

  {% endcut %}
  <!-- endsource: zh/_auto/method_scopes/updateOutlet.md -->
  
  
  更改有关商店在市场上的销售点的信息。
  
  
  <!-- source: zh/_auto/method_limits/updateOutlet.md -->
  |<div style="text-align: left;">**⚙️ 没有订阅的限制:** 35 000 请求 每小时<br>**⭐️ [使用中等订阅限制](https://yandex.ru/support/marketplace/ru/marketing/subscription):** 100 000 请求 每小时</div>|
  |-|
  <!-- endsource: zh/_auto/method_limits/updateOutlet.md -->
  
  
  
  ## Request
  
  <div class="openapi__requests">
  
  <div class="openapi__request__wrapper" style="--method: var(--dc-openapi-methods-put);margin-bottom: 12px">
  
  <div class="openapi__request">
  
  PUT {.openapi__method}
  ```text translate=no
  https://api.partner.market.yandex.ru/v2/campaigns/{campaignId}/outlets/{outletId}
  ```
  
  </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}
  ||
  ||
  
  _outletId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  销售点的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
  {
    "name": "example",
    "type": "DEPOT",
    "coords": "example",
    "isMain": true,
    "shopOutletCode": "example",
    "visibility": "HIDDEN",
    "address": {
      "regionId": 0,
      "street": "example",
      "number": "example",
      "building": "example",
      "estate": "example",
      "block": "example",
      "additional": "example",
      "km": 0,
      "city": "example"
    },
    "phones": [
      "example"
    ],
    "workingSchedule": {
      "workInHoliday": true,
      "scheduleItems": [
        {
          "startDay": "MONDAY",
          "endDay": "MONDAY",
          "startTime": "09:59",
          "endTime": "23:59"
        }
      ]
    },
    "deliveryRules": [
      {
        "minDeliveryDays": 0,
        "maxDeliveryDays": 0,
        "deliveryServiceId": 1,
        "orderBefore": 0,
        "priceFreePickup": 0.5,
        "unspecifiedDeliveryInterval": true
      }
    ],
    "storagePeriod": 0
  }
  ```
  
  {% endcut %}
  
  #|
  || **Name** | **Description** ||
  ||
  
  _address_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _regionId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  区域的ID。
  
  您可以使用请求获取ID [GET v2/regions](https://yandex.ru/dev/market/partner-api/doc/zh/reference/regions/searchRegionsByName.md).
  
  
  {% note alert "Типы регионов при создании и редактировании точек продаж" %}
  
  
  仅指定以下类型的区域 `TOWN` (城市), `CITY` (大城市)及 `REPUBLIC_AREA` （联邦主体的区域）。 区域的类型在输出参数中指定 `type` 请求 [GET v2/regions](https://yandex.ru/dev/market/partner-api/doc/zh/reference/regions/searchRegionsByName.md) 和 [GET v2/regions/{regionId}](https://yandex.ru/dev/market/partner-api/doc/zh/reference/regions/searchRegionsById.md).
  
  
  {% endnote %}
  
  
  {.table-cell}
  ||
  ||
  
  _additional_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  其他资料。
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _block_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  建筑物编号。
  
  _Max length:_{.json-schema-reset .json-schema-assertion} `16`
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _building_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  建筑物编号。
  
  _Max length:_{.json-schema-reset .json-schema-assertion} `16`
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _city_{.json-schema-reset .json-schema-property .json-schema-deprecated}_[ ](*Deprecated)_{.openapi-deprecated .openapi-deprecated-compact}
  {.table-cell}|
  **Type**: string
  
  
  {% note warning "В ответах города и населенные пункты возвращаются в параметре `regionId`." %}
  
  
   
  
  
  {% endnote %}
  
  
  
  _Max length:_{.json-schema-reset .json-schema-assertion} `200`
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _estate_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  所有权号码。
  
  _Max length:_{.json-schema-reset .json-schema-assertion} `16`
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _km_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  销售点所在道路的公里数的序数，如果没有街道。
  {.table-cell}
  ||
  ||
  
  _number_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  门牌号。
  
  _Max length:_{.json-schema-reset .json-schema-assertion} `256`
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _street_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  街道。
  
  _Max length:_{.json-schema-reset .json-schema-assertion} `512`
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  销售点的地址。
  
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "regionId": 0,
    "street": "example",
    "number": "example",
    "building": "example",
    "estate": "example",
    "block": "example",
    "additional": "example",
    "km": 0,
    "city": "example"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _name_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  销售点的名称。
  
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _phones_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string[]
  
  销售点的电话号码。
  发送格式的号码: `+<国家代码>(<城市代码>)<号码>[#<分机>]`.
  
  例子：:
  - `+7 (999) 999-99-99`
  - `+7 (999) 999-99-99#1234`
  
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    "example"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _type_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  销售点的类型。
  
  可能的值:
  
  * `DEPOT` — 接单点。
  * `MIXED` — 混合类型的销售点（销售楼层和订单提货点）。
  * `RETAIL` — 零售销售点（销售楼层）。
  * `NOT_DEFINED` — 未知类型的销售点。 确定类型时出错。
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `DEPOT`, `MIXED`, `RETAIL`, `NOT_DEFINED`
  {.table-cell}
  ||
  ||
  
  _workingSchedule_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  {% cut "**Type**: object" %}
  
  #|
  ||
  
  _scheduleItems_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  {% cut "**Type**: object[]" %}
  
  #|
  ||
  
  _endDay_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  星期几:
  
  * `MONDAY` — 星期一。
  * `TUESDAY` — 星期二。
  * `WEDNESDAY` — 星期三。
  * `THURSDAY` — 星期四。
  * `FRIDAY` — 星期五。
  * `SATURDAY` — 星期六。
  * `SUNDAY` — 星期天。
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
  {.table-cell}
  ||
  ||
  
  _endTime_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  销售点开放至指定时间。
  
  格式: `HH：MM`.
  
  
  _Pattern:_{.json-schema-reset .json-schema-assertion} `^([0-1][0-9]&#124;2[0-3]):[0-5][0-9]$`
  
  _Example:_{.json-schema-reset .json-schema-example} `23:59`
  {.table-cell}
  ||
  ||
  
  _startDay_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  星期几:
  
  * `MONDAY` — 星期一。
  * `TUESDAY` — 星期二。
  * `WEDNESDAY` — 星期三。
  * `THURSDAY` — 星期四。
  * `FRIDAY` — 星期五。
  * `SATURDAY` — 星期六。
  * `SUNDAY` — 星期天。
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`
  {.table-cell}
  ||
  ||
  
  _startTime_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  销售点从指定的小时开始开放。
  
  格式: `HH：MM`.
  
  
  _Pattern:_{.json-schema-reset .json-schema-assertion} `^([0-1][0-9]&#124;2[0-3]):[0-5][0-9]$`
  
  _Example:_{.json-schema-reset .json-schema-example} `09:59`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  销售点的开放时间列表。
  
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    {
      "startDay": "MONDAY",
      "endDay": "MONDAY",
      "startTime": "09:59",
      "endTime": "23:59"
    }
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _workInHoliday_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: boolean
  
  指示销售点是否在公众假期开放。
  
  可能的值:
  
  * `false` — 销售点在公众假期休息。
  * `true` — 销售点在公众假期开放。
  
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  销售点的操作模式列表。
  
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "workInHoliday": true,
    "scheduleItems": [
      {
        "startDay": "MONDAY",
        "endDay": "MONDAY",
        "startTime": "09:59",
        "endTime": "23:59"
      }
    ]
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _coords_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  销售点的坐标。
  
  格式：经度，纬度。 分隔符：逗号和/或空格。 例如, `20.4522144, 54.7104264`.
  
  如果没有传递参数，则坐标将由嵌套在其中的参数的值确定 `address`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _deliveryRules_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**Type**: object[]" %}
  
  #|
  ||
  
  _deliveryServiceId_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  到销售点的产品交付服务的ID。
  
  有关派递服务的资料，可透过要求 [GET delivery/services](https://yandex.ru/dev/market/partner-api/doc/zh/reference/delivery-services/getDeliveryServices.md).
  
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  {.table-cell}
  ||
  ||
  
  _maxDeliveryDays_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  货物到销售点的最长交货时间。 它以工作日指定。
  
  最小值: `0` — 订单当天交货。
  
  最大值: `60`.
  
  可接受的交货时间（两者之间的差异 `minDeliveryDays` 和 `maxDeliveryDays`）取决于地区。
  
  对于您所在地区的交货，差额不应超过两天。 例如，如果 `minDeliveryDays` 等于1，则为 `maxDeliveryDays` 允许从1到3的值。
  
  运送至其他地区:
  
  * 如果 `minDeliveryDays` 最多18天，差异不应超过四天。 例如，如果 `minDeliveryDays` 等于10，则对于 `maxDeliveryDays` 允许值从10到14。
  * 如果 `minDeliveryDays` 超过18天，差异不应超过两倍。 例如，如果 `minDeliveryDays` 等于21，则对于 `maxDeliveryDays` 允许值从21到42。
  
  如果需要参数 `类型="仓库"` 或 `类型="混合"`.
  
  与参数互斥 `unspecifiedDeliveryInterval`.
  
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `0`
  
  _Max value:_{.json-schema-reset .json-schema-assertion} `60`
  {.table-cell}
  ||
  ||
  
  _minDeliveryDays_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  货物到销售点的最短交货时间。 它以工作日指定。
  
  最小值: `0` — 订单当天交货。
  
  最大值: `60`.
  
  可接受的交货时间（两者之间的差异 `minDeliveryDays` 和 `maxDeliveryDays`）取决于地区。
  
  对于您所在地区的交货，差额不应超过两天。 例如，如果 `minDeliveryDays` 等于1，则为 `maxDeliveryDays` 允许从1到3的值。
  
  运送至其他地区:
  
  * 如果 `minDeliveryDays` 最多18天，差异不应超过四天。 例如，如果 `minDeliveryDays` 等于10，则对于 `maxDeliveryDays` 允许值从10到14。
  * 如果 `minDeliveryDays` 超过18天，差异不应超过两倍。 例如，如果 `minDeliveryDays` 等于21，则对于 `maxDeliveryDays` 允许值从21到42。
  
  如果需要参数 `类型="仓库"` 或 `类型="混合"`.
  
  与参数互斥 `unspecifiedDeliveryInterval`.
  
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `0`
  
  _Max value:_{.json-schema-reset .json-schema-assertion} `60`
  {.table-cell}
  ||
  ||
  
  _orderBefore_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  客户需要在下订单之前的一小时，以便它可以按时交付到销售点。 `minDeliveryDays` 以前 `maxDeliveryDays`.
  
  如果客户在指定的小时后下订单，它将从 `minDeliveryDays` +1个工作日前 `maxDeliveryDays` +1个工作日。
  
  默认值: `24`.
  
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `0`
  
  _Max value:_{.json-schema-reset .json-schema-assertion} `24`
  {.table-cell}
  ||
  ||
  
  _priceFreePickup_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: number
  
  产品的价格，从该价格开始，从销售点免费提取产品是有效的。
  {.table-cell}
  ||
  ||
  
  _unspecifiedDeliveryInterval_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: boolean
  
  指示按订单将货物交付到销售点。
  
  此标志被设置，如果:
  
  * 到销售点的确切交货时间是事先未知的（例如，如果商店收集了几个订单以装运到销售点或地点）。
  * 所有产品都是按订单制造或交付的。
  
  可能的值:
  * `true` — 货物按订单交付到销售点。
  
  仅使用值指定参数 `true`.
  
  与参数互斥 `minDeliveryDays` 和 `maxDeliveryDays`.
  
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% endcut %}
  
  有关此销售点的交货条款的信息。
  
  必需的参数，如果参数 `类型=仓库` 或 `类型=混合`.
  
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    {
      "minDeliveryDays": 0,
      "maxDeliveryDays": 0,
      "deliveryServiceId": 1,
      "orderBefore": 0,
      "priceFreePickup": 0.5,
      "unspecifiedDeliveryInterval": true
    }
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _isMain_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: boolean
  
  表示主要销售点。
  
  可能的值:
  
  * `false` — 非主要销售点。
  * `true` — 的主要销售点。
  
  {.table-cell}
  ||
  ||
  
  _shopOutletCode_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  店分配的销售点的ID。
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _storagePeriod_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  订单在自己的订单提货点的存储期。 它以天计算。
  {.table-cell}
  ||
  ||
  
  _visibility_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  销售点的状态。
  
  可能的值:
  
  * `HIDDEN` — 销售点被禁用。
  * `VISIBLE` — 销售点已启用。
  * `UNKNOWN` — 销售点状况不明。 确定状态时发生错误。
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `HIDDEN`, `VISIBLE`, `UNKNOWN`
  {.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"
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.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 %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__400">
  
  ## 400 Bad Request
  
  请求包含不正确的数据。 [了解有关使用销售点时的错误的更多信息](../../concepts/error-codes#outlets)
  
  
  <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
    - description: 销售点的ID。
      name: outletId
      in: path
      required: true
      schema:
        type: integer
        format: int64
        minimum: 1
  searchParams: []
  headers: []
  body: |-
    {
      "name": "example",
      "type": "DEPOT",
      "coords": "example",
      "isMain": true,
      "shopOutletCode": "example",
      "visibility": "HIDDEN",
      "address": {
        "regionId": 0,
        "street": "example",
        "number": "example",
        "building": "example",
        "estate": "example",
        "block": "example",
        "additional": "example",
        "km": 0,
        "city": "example"
      },
      "phones": [
        "example"
      ],
      "workingSchedule": {
        "workInHoliday": true,
        "scheduleItems": [
          {
            "startDay": "MONDAY",
            "endDay": "MONDAY",
            "startTime": "09:59",
            "endTime": "23:59"
          }
        ]
      },
      "deliveryRules": [
        {
          "minDeliveryDays": 0,
          "maxDeliveryDays": 0,
          "deliveryServiceId": 1,
          "orderBefore": 0,
          "priceFreePickup": 0.5,
          "unspecifiedDeliveryInterval": true
        }
      ],
      "storagePeriod": 0
    }
  schema:
    type: object
    allOf:
      - description: 关于销售点的信息。
        type: object
        required:
          - name
          - type
          - address
          - phones
          - workingSchedule
        properties:
          name:
            description: |
              销售点的名称。
            type: string
          type:
            description: |
              销售点的类型。
  
              可能的值:
  
              * `DEPOT` — 接单点。
              * `MIXED` — 混合类型的销售点（销售楼层和订单提货点）。
              * `RETAIL` — 零售销售点（销售楼层）。
              * `NOT_DEFINED` — 未知类型的销售点。 确定类型时出错。
            type: string
            enum:
              - DEPOT
              - MIXED
              - RETAIL
              - NOT_DEFINED
          coords:
            description: |
              销售点的坐标。
  
              格式：经度，纬度。 分隔符：逗号和/或空格。 例如, `20.4522144, 54.7104264`.
  
              如果没有传递参数，则坐标将由嵌套在其中的参数的值确定 `address`.
            type: string
          isMain:
            description: |
              表示主要销售点。
  
              可能的值:
  
              * `false` — 非主要销售点。
              * `true` — 的主要销售点。
            type: boolean
          shopOutletCode:
            description: 店分配的销售点的ID。
            type: string
          visibility:
            description: |
              销售点的状态。
  
              可能的值:
  
              * `HIDDEN` — 销售点被禁用。
              * `VISIBLE` — 销售点已启用。
              * `UNKNOWN` — 销售点状况不明。 确定状态时发生错误。
            type: string
            enum:
              - HIDDEN
              - VISIBLE
              - UNKNOWN
          address:
            description: |
              销售点的地址。
            type: object
            required:
              - regionId
            properties:
              regionId:
                description: "区域的ID。\n\n您可以使用请求获取ID [GET\_v2/regions](../../reference/regions/searchRegionsByName.md).\n\n\n:::no-translate\n{% note alert \"Типы регионов при создании и редактировании точек продаж\" %}\n:::\n\n\n仅指定以下类型的区域 `TOWN` (城市), `CITY` (大城市)及 `REPUBLIC_AREA` （联邦主体的区域）。 区域的类型在输出参数中指定 `type` 请求 [GET\_v2/regions](../../reference/regions/searchRegionsByName.md) 和 [GET\_v2/regions/{regionId}](../../reference/regions/searchRegionsById.md).\n\n\n:::no-translate\n{% endnote %}\n:::\n\n"
                type: integer
                format: int64
              street:
                description: 街道。
                type: string
                maxLength: 512
              number:
                description: 门牌号。
                type: string
                maxLength: 256
              building:
                description: 建筑物编号。
                type: string
                maxLength: 16
              estate:
                description: 所有权号码。
                type: string
                maxLength: 16
              block:
                description: 建筑物编号。
                type: string
                maxLength: 16
              additional:
                description: 其他资料。
                type: string
              km:
                description: 销售点所在道路的公里数的序数，如果没有街道。
                type: integer
                format: int32
              city:
                description: "\n:::no-translate\n{% note warning \"В ответах города и населенные пункты возвращаются в параметре `regionId`.\" %}\n:::\n\n\n\_\n\n\n:::no-translate\n{% endnote %}\n:::\n\n"
                maxLength: 200
                type: string
                deprecated: true
                x-deprecation-config:
                  shutdown-date: '2026-10-19'
                  replacement-field: regionId
          phones:
            description: |
              销售点的电话号码。
              发送格式的号码: `+<国家代码>(<城市代码>)<号码>[#<分机>]`.
  
              例子：:
              - `+7 (999) 999-99-99`
              - `+7 (999) 999-99-99#1234`
            type: array
            minItems: 1
            uniqueItems: true
            items:
              type: string
              minLength: 1
          workingSchedule:
            description: |
              销售点的操作模式列表。
            type: object
            required:
              - scheduleItems
            properties:
              workInHoliday:
                description: |
                  指示销售点是否在公众假期开放。
  
                  可能的值:
  
                  * `false` — 销售点在公众假期休息。
                  * `true` — 销售点在公众假期开放。
                type: boolean
              scheduleItems:
                description: |
                  销售点的开放时间列表。
                type: array
                minItems: 1
                items:
                  description: 销售点的开放时间。
                  type: object
                  required:
                    - startDay
                    - endDay
                    - startTime
                    - endTime
                  properties:
                    startDay:
                      description: |
                        星期几:
  
                        * `MONDAY` — 星期一。
                        * `TUESDAY` — 星期二。
                        * `WEDNESDAY` — 星期三。
                        * `THURSDAY` — 星期四。
                        * `FRIDAY` — 星期五。
                        * `SATURDAY` — 星期六。
                        * `SUNDAY` — 星期天。
                      type: string
                      enum:
                        - MONDAY
                        - TUESDAY
                        - WEDNESDAY
                        - THURSDAY
                        - FRIDAY
                        - SATURDAY
                        - SUNDAY
                    endDay:
                      description: |
                        星期几:
  
                        * `MONDAY` — 星期一。
                        * `TUESDAY` — 星期二。
                        * `WEDNESDAY` — 星期三。
                        * `THURSDAY` — 星期四。
                        * `FRIDAY` — 星期五。
                        * `SATURDAY` — 星期六。
                        * `SUNDAY` — 星期天。
                      type: string
                      enum:
                        - MONDAY
                        - TUESDAY
                        - WEDNESDAY
                        - THURSDAY
                        - FRIDAY
                        - SATURDAY
                        - SUNDAY
                    startTime:
                      description: |
                        销售点从指定的小时开始开放。
  
                        格式: `HH：MM`.
                      type: string
                      pattern: ^([0-1][0-9]|2[0-3]):[0-5][0-9]$
                      example: '09:59'
                    endTime:
                      description: |
                        销售点开放至指定时间。
  
                        格式: `HH：MM`.
                      type: string
                      pattern: ^([0-1][0-9]|2[0-3]):[0-5][0-9]$
                      example: '23:59'
          deliveryRules:
            description: |
              有关此销售点的交货条款的信息。
  
              必需的参数，如果参数 `类型=仓库` 或 `类型=混合`.
            type: array
            nullable: true
            minItems: 1
            items:
              description: 有关此销售点的交货条款的信息。
              type: object
              properties:
                minDeliveryDays:
                  description: >
                    货物到销售点的最短交货时间。 它以工作日指定。
  
  
                    最小值: `0` — 订单当天交货。
  
  
                    最大值: `60`.
  
  
                    可接受的交货时间（两者之间的差异 `minDeliveryDays` 和
                    `maxDeliveryDays`）取决于地区。
  
  
                    对于您所在地区的交货，差额不应超过两天。 例如，如果 `minDeliveryDays`
                    等于1，则为 `maxDeliveryDays` 允许从1到3的值。
  
  
                    运送至其他地区:
  
  
                    * 如果 `minDeliveryDays` 最多18天，差异不应超过四天。 例如，如果
                    `minDeliveryDays` 等于10，则对于
                    `maxDeliveryDays` 允许值从10到14。
  
                    * 如果 `minDeliveryDays` 超过18天，差异不应超过两倍。 例如，如果
                    `minDeliveryDays` 等于21，则对于
                    `maxDeliveryDays` 允许值从21到42。
  
  
                    如果需要参数 `类型="仓库"` 或 `类型="混合"`.
  
  
                    与参数互斥 `unspecifiedDeliveryInterval`.
                  type: integer
                  format: int32
                  minimum: 0
                  maximum: 60
                maxDeliveryDays:
                  description: >
                    货物到销售点的最长交货时间。 它以工作日指定。
  
  
                    最小值: `0` — 订单当天交货。
  
  
                    最大值: `60`.
  
  
                    可接受的交货时间（两者之间的差异 `minDeliveryDays` 和
                    `maxDeliveryDays`）取决于地区。
  
  
                    对于您所在地区的交货，差额不应超过两天。 例如，如果 `minDeliveryDays`
                    等于1，则为 `maxDeliveryDays` 允许从1到3的值。
  
  
                    运送至其他地区:
  
  
                    * 如果 `minDeliveryDays` 最多18天，差异不应超过四天。 例如，如果
                    `minDeliveryDays` 等于10，则对于
                    `maxDeliveryDays` 允许值从10到14。
  
                    * 如果 `minDeliveryDays` 超过18天，差异不应超过两倍。 例如，如果
                    `minDeliveryDays` 等于21，则对于
                    `maxDeliveryDays` 允许值从21到42。
  
  
                    如果需要参数 `类型="仓库"` 或 `类型="混合"`.
  
  
                    与参数互斥 `unspecifiedDeliveryInterval`.
                  type: integer
                  format: int32
                  minimum: 0
                  maximum: 60
                deliveryServiceId:
                  description: "到销售点的产品交付服务的ID。\n\n有关派递服务的资料，可透过要求 [GET\_delivery/services](../../reference/delivery-services/getDeliveryServices.md).\n"
                  type: integer
                  format: int64
                  minimum: 1
                orderBefore:
                  description: >
                    客户需要在下订单之前的一小时，以便它可以按时交付到销售点。 `minDeliveryDays`
                    以前 `maxDeliveryDays`.
  
  
                    如果客户在指定的小时后下订单，它将从 `minDeliveryDays` +1个工作日前
                    `maxDeliveryDays` +1个工作日。
  
  
                    默认值: `24`.
                  type: integer
                  format: int32
                  minimum: 0
                  maximum: 24
                priceFreePickup:
                  description: 产品的价格，从该价格开始，从销售点免费提取产品是有效的。
                  type: number
                unspecifiedDeliveryInterval:
                  description: >
                    指示按订单将货物交付到销售点。
  
  
                    此标志被设置，如果:
  
  
                    * 到销售点的确切交货时间是事先未知的（例如，如果商店收集了几个订单以装运到销售点或地点）。
  
                    * 所有产品都是按订单制造或交付的。
  
  
                    可能的值:
  
                    * `true` — 货物按订单交付到销售点。
  
  
                    仅使用值指定参数 `true`.
  
  
                    与参数互斥 `minDeliveryDays` 和
                    `maxDeliveryDays`.
                  type: boolean
          storagePeriod:
            description: 订单在自己的订单提货点的存储期。 它以天计算。
            type: integer
            format: int64
  bodyType: application/json
  method: put
  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}/outlets/{outletId}
  host: https://api.partner.market.yandex.ru
  
  ```
        

{% endlist %}


</div>
<!-- endsource: zh/api/outlets/updateOutlet.md -->

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