---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
alternate:
  - https://yandex.com/dev/market/partner-api/doc/en/reference/outlets/getOutlet.md
  - https://yandex.com/dev/market/partner-api/doc/ru/reference/outlets/getOutlet.md
  - https://yandex.com/dev/market/partner-api/doc/zh/reference/outlets/getOutlet.md
  - href: en/reference/outlets/getOutlet.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/market/partner-api/doc/en/llms.txt

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

# Information about a single point of sale

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

{% list tabs %}

- Info

  
  <!-- source: en/_auto/method_scopes/getOutlet.md -->
  **The method is available for the [DBS](https://yandex.com/dev/market/partner-api/doc/en/overview/dbs.md) model.**

  {% cut "**If you are using an API Key token, one of the accesses in the list is required to call the method**" %}

  * settings-management — [Store settings](https://yandex.com/dev/market/partner-api/doc/en/_auto/scopes_summary/pages/settings-management.md)
  * all-methods — Full account management
  * all-methods:read-only — View all data

  {% endcut %}
  <!-- endsource: en/_auto/method_scopes/getOutlet.md -->
  
  
  Returns information about the store's points of sale.
  
  
  <!-- source: en/_auto/method_limits/getOutlet.md -->
  |<div style="text-align: left;">**⚙️ Limit:** 10 000 requests per hour</div>|
  |-|
  <!-- endsource: en/_auto/method_limits/getOutlet.md -->
  
  
  
  ## Request
  
  <div class="openapi__requests">
  
  <div class="openapi__request__wrapper" style="--method: var(--dc-openapi-methods-get);margin-bottom: 12px">
  
  <div class="openapi__request">
  
  GET {.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
  
  The ID of the campaign (store) — The technical identifier that represents your store in the Yandex Market system when working through the API. It is uniquely linked to your store, but it is intended only for automated interaction.
  
  You can find it using a query [GET v2/campaigns](https://yandex.com/dev/market/partner-api/doc/en/reference/campaigns/getCampaigns.md) or find it in the seller's office on the Market. Click on your account icon → **Settings** and in the menu on the left, select **APIs and modules**:
  
  * block **Campaign ID**;
  * tab **Query log** → drop-down list in the block **Show logs**.
  
  ⚠️ Do not confuse it with:
  - the store's identifier, which is displayed in the merchant's personal account.
  - advertising campaigns.
  
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  {.table-cell}
  ||
  ||
  
  _outletId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  The ID of the point of sale.
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  ## Responses
  
  <div class="openapi__response__code__200">
  
  ## 200 OK
  
  Information about the point of sale.
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "outlet": {
      "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": [
          {}
        ]
      },
      "deliveryRules": [
        {
          "minDeliveryDays": 0,
          "maxDeliveryDays": 0,
          "deliveryServiceId": 1,
          "orderBefore": 0,
          "priceFreePickup": 0.5,
          "unspecifiedDeliveryInterval": true
        }
      ],
      "storagePeriod": 0,
      "id": 0,
      "status": "AT_MODERATION",
      "region": {
        "id": 0,
        "name": "example",
        "type": "OTHER",
        "parent": null
      },
      "shopOutletId": "example",
      "workingTime": "example",
      "moderationReason": "example"
    }
  }
  ```
  
  {% endcut %}
  
  #|
  || **Name** | **Description** ||
  ||
  
  _outlet_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: object
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    #|
    ||
  
    _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 of the region.
  
    You can get the ID using a request [GET v2/regions](https://yandex.com/dev/market/partner-api/doc/en/reference/regions/searchRegionsByName.md).
  
  
    {% note alert "Типы регионов при создании и редактировании точек продаж" %}
  
  
    Specify only the following types of regions `TOWN` (city), `CITY` (large city) and `REPUBLIC_AREA` (district of the federal subject). The type of the region is specified in the output parameters `type` requests [GET v2/regions](https://yandex.com/dev/market/partner-api/doc/en/reference/regions/searchRegionsByName.md) and [GET v2/regions/{regionId}](https://yandex.com/dev/market/partner-api/doc/en/reference/regions/searchRegionsById.md).
  
  
    {% endnote %}
  
  
    {.table-cell}
    ||
    ||
  
    _additional_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Additional information.
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _block_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    Building number.
  
    _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
  
    Building number.
  
    _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 "Параметр устарел и будет отключен 19.10.2026." %}
  
  
    In the responses, cities and towns are returned in the parameter `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
  
    Ownership number.
  
    _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
  
    The ordinal number of the kilometer of the road where the point of sale is located, if there is no street.
    {.table-cell}
    ||
    ||
  
    _number_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    The house number.
  
    _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
  
    Street.
  
    _Max length:_{.json-schema-reset .json-schema-assertion} `512`
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    The address of the point of sale.
  
  
    {% 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
  
    The name of the point of sale.
  
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _phones_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string[]
  
    The phone numbers of the point of sale.
    Send the number in the format: `+<country code>(<city code>)<number>[#<extension>]`.
  
    Examples:
    - `+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
  
    The type of point of sale.
  
    Possible values:
  
    * `DEPOT` — the order pick-up point.
    * `MIXED` — a mixed type of point of sale (sales floor and order pick-up point).
    * `RETAIL` — retail point of sale (sales floor).
    * `NOT_DEFINED` — unknown type of point of sale. An error occurred when determining the type.
  
  
    _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
  
    Day of the week:
  
    * `MONDAY` — Monday.
    * `TUESDAY` — Tuesday.
    * `WEDNESDAY` — wednesday.
    * `THURSDAY` — Thursday.
    * `FRIDAY` — Friday.
    * `SATURDAY` — Saturday.
    * `SUNDAY` — 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
  
    The point of sale is open until the specified hour.
  
    Format: `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
  
    Day of the week:
  
    * `MONDAY` — Monday.
    * `TUESDAY` — Tuesday.
    * `WEDNESDAY` — wednesday.
    * `THURSDAY` — Thursday.
    * `FRIDAY` — Friday.
    * `SATURDAY` — Saturday.
    * `SUNDAY` — 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
  
    The point of sale is open starting from the specified hour.
  
    Format: `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 %}
  
    A list of the point of sale's opening hours.
  
  
    _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
  
    Indicates whether the point of sale is open on public holidays.
  
    Possible values:
  
    * `false` — The point of sale is closed on public holidays.
    * `true` — The point of sale is open on public holidays.
  
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    The list of operating modes of the point of sale.
  
  
    {% 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
  
    Coordinates of the point of sale.
  
    Format: longitude, latitude. Delimiters: comma and/or space. For example, `20.4522144, 54.7104264`.
  
    If no parameter is passed, the coordinates will be determined by the values of the parameters nested in `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 of the product delivery service to the point of sale.
  
    Information about the delivery service can be obtained by requesting [GET delivery/services](https://yandex.com/dev/market/partner-api/doc/en/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
  
    The maximum delivery time for goods to the point of sale. It is specified in business days.
  
    Minimum value: `0` — delivery on the day of the order.
  
    Maximum value: `60`.
  
    Acceptable delivery time (the difference between `minDeliveryDays` and `maxDeliveryDays`) depend on the region.
  
    For delivery in your region, the difference should not exceed two days. For example, if `minDeliveryDays` is equal to 1, then for `maxDeliveryDays` values from 1 to 3 are allowed.
  
    For delivery to other regions:
  
    * If `minDeliveryDays` up to 18 days, the difference should not exceed four days. For example, if `minDeliveryDays` is equal to 10, then for `maxDeliveryDays` values from 10 to 14 are allowed.
    * If `minDeliveryDays` more than 18 days, the difference should not be more than twice. For example, if `minDeliveryDays` is equal to 21, then for `maxDeliveryDays` values from 21 to 42 are allowed.
  
    Required parameter if `type="DEPOT"` or `type="MIXED"`.
  
    Mutually exclusive with the parameter `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
  
    The minimum delivery time for goods to the point of sale. It is specified in business days.
  
    Minimum value: `0` — delivery on the day of the order.
  
    Maximum value: `60`.
  
    Acceptable delivery time (the difference between `minDeliveryDays` and `maxDeliveryDays`) depend on the region.
  
    For delivery in your region, the difference should not exceed two days. For example, if `minDeliveryDays` is equal to 1, then for `maxDeliveryDays` values from 1 to 3 are allowed.
  
    For delivery to other regions:
  
    * If `minDeliveryDays` up to 18 days, the difference should not exceed four days. For example, if `minDeliveryDays` is equal to 10, then for `maxDeliveryDays` values from 10 to 14 are allowed.
    * If `minDeliveryDays` more than 18 days, the difference should not be more than twice. For example, if `minDeliveryDays` is equal to 21, then for `maxDeliveryDays` values from 21 to 42 are allowed.
  
    Required parameter if `type="DEPOT"` or `type="MIXED"`.
  
    Mutually exclusive with the parameter `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
  
    The hour before which the customer needs to place the order so that it can be delivered to the point of sale on time from `minDeliveryDays` before `maxDeliveryDays`.
  
    If the customer places the order after the specified hour, it will be delivered on time from `minDeliveryDays` + 1 business day before `maxDeliveryDays` + 1 working day.
  
    Default value: `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
  
    The price of the product, starting from which the free pickup of the product from the point of sale is valid.
    {.table-cell}
    ||
    ||
  
    _unspecifiedDeliveryInterval_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: boolean
  
    Indicates the delivery of goods to the point of sale on order.
  
    This flag is set if:
  
    * the exact delivery time to the point of sale is unknown in advance (for example, if the store collects several orders for shipment to the point or locality).
    * all products are made or delivered to order.
  
    Possible values:
    * `true` — The goods are delivered to the point of sale on order.
  
    The parameter is specified only with the value `true`.
  
    Mutually exclusive with parameters `minDeliveryDays` and `maxDeliveryDays`.
  
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    Information about the terms of delivery for this point of sale.
  
    Required parameter if the parameter `type=DEPOT` or `type=MIXED`.
  
  
    _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
  
    Indicates the main point of sale.
  
    Possible values:
  
    * `false` — a non-primary point of sale.
    * `true` — the main point of sale.
  
    {.table-cell}
    ||
    ||
  
    _shopOutletCode_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    The ID of the point of sale assigned by the store.
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _storagePeriod_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The storage period of the order at its own order pick-up point. It is calculated in days.
    {.table-cell}
    ||
    ||
  
    _visibility_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    The status of the point of sale.
  
    Possible values:
  
    * `HIDDEN` — the point of sale is disabled.
    * `VISIBLE` — The point of sale is enabled.
    * `UNKNOWN` — unknown condition of the point of sale. An error occurred when determining the status.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `HIDDEN`, `VISIBLE`, `UNKNOWN`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    Information about the point of sale.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```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 %}
  
  - **Type**: object
  
    #|
    ||
  
    _id_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: integer
  
    The ID of the point of sale assigned by Yandex.Market.
    {.table-cell}
    ||
    ||
  
    _moderationReason_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    The moderation status.
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _region_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _id_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: integer
  
    ID of the region.
    {.table-cell}
    ||
    ||
  
    _name_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    The name of the region.
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _type_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    The type of region.
  
    Possible values:
  
    * `CITY_DISTRICT` — the area of the city.
  
    * `CITY` — a large city.
  
    * `CONTINENT` — the continent.
  
    * `COUNTRY_DISTRICT` — area.
  
    * `COUNTRY` — country.
  
    * `REGION` — region.
  
    * `REPUBLIC_AREA` — the district of the subject of the federation.
  
    * `REPUBLIC` — the subject of the Federation.
  
    * `SUBWAY_STATION` — the metro station.
  
    * `VILLAGE` — city.
  
    * `OTHER` — unknown region.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `OTHER`, `CONTINENT`, `REGION`, `COUNTRY`, `COUNTRY_DISTRICT`, `REPUBLIC`, `CITY`, `VILLAGE`, `CITY_DISTRICT`, `SUBWAY_STATION`, `REPUBLIC_AREA`
    {.table-cell}
    ||
    ||
  
    _parent_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: unknown
  
    Information about the parent region.
  
    Parent regions are specified up to the country level.
  
  
    _Example:_{.json-schema-reset .json-schema-example} `null`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    The delivery region.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "id": 0,
      "name": "example",
      "type": "OTHER",
      "parent": null
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    ||
  
    _shopOutletId_{.json-schema-reset .json-schema-property .json-schema-deprecated}_[ ](*Deprecated)_{.openapi-deprecated .openapi-deprecated-compact}
    {.table-cell}|
    **Type**: string
  
  
    {% note warning "Параметр устарел и будет отключен 19.10.2026." %}
  
  
    Instead, use `shopOutletCode`.
  
  
    {% endnote %}
  
  
    The ID of the point of sale set by the store.
  
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _status_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: string
  
    The status of the point of sale.
  
    Possible values:
  
    * `AT_MODERATION` — it is being checked.
    * `FAILED` — failed verification and was rejected by the moderator.
    * `MODERATED` — tested and approved.
    * `NONMODERATED` — a new point needs to be checked.
    * `UNKNOWN` — the status is not specified. An error occurred when determining the status.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `AT_MODERATION`, `FAILED`, `MODERATED`, `NONMODERATED`, `UNKNOWN`
    {.table-cell}
    ||
    ||
  
    _workingTime_{.json-schema-reset .json-schema-property .json-schema-deprecated}_[ ](*Deprecated)_{.openapi-deprecated .openapi-deprecated-compact}
    {.table-cell}|
    **Type**: string
  
  
    {% note warning "Параметр устарел и будет отключен 19.10.2026." %}
  
  
    Instead, use `workingSchedule`.
  
  
    {% endnote %}
  
  
    Working hours.
  
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "id": 0,
      "status": "AT_MODERATION",
      "region": {
        "id": 0,
        "name": "example",
        "type": "OTHER",
        "parent": null
      },
      "shopOutletId": "example",
      "workingTime": "example",
      "moderationReason": "example"
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  Information about the point of sale.
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```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,
    "id": 0,
    "status": "AT_MODERATION",
    "region": {
      "id": 0,
      "name": "example",
      "type": "OTHER",
      "parent": null
    },
    "shopOutletId": "example",
    "workingTime": "example",
    "moderationReason": "example"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__400">
  
  ## 400 Bad Request
  
  The request contains incorrect data. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#400)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "INVALID_FEED_ID",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      Typed error code. Possible values are described in the section [Error codes](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md).
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `INVALID_FEED_ID`, `INVALID_WAREHOUSE_ID`, `GROUPED_WAREHOUSE`, `DUPLICATE_OFFER`, `INVALID_TTL`, `INVALID_COMMENT`, `LIMIT_EXCEEDED`, `NON_POSITIVE_LIMIT`, `REQUEST_LIMIT_EXCEEDED`, `INVALID_OFFER_ID`, `MISSING_OFFER_ID`, `MISSING_OFFER`, `INVALID_SHOP_SKU`, `AMBIGUOUS_OFFER`, `OFFER_NOT_FOUND`, `MODEL_NOT_FOUND`, `CATEGORY_NOT_FOUND`, `NO_REQUIRED_FIELDS`, `FORBIDDEN_FIELD_DEFINITION`, `PROBLEMS_IN_OTHER_OFFERS`, `AMBIGUOUS_FIELD_DEFINITION`, `INVALID_OUTLET_INFO`, `DUPLICATE_OUTLET_CODE`, `UNKNOWN_REGION`, `WRONG_REGION`, `NOT_SPECIFIED`, `INVALID_PHONE_FORMAT`, `INVALID_TIME_FORMAT`, `COULD_NOT_FIND_COORDS`, `WRONG_OUTLET_GPS_COORDINATES`, `ITEM_NOT_FOUND`, `INVALID_ITEM`, `ITEM_DUPLICATE`, `ITEM_SHIPPED`, `ITEMS_ADDITION_NOT_SUPPORTED`, `CANNOT_REMOVE_LAST_ITEM`, `OTHER_REMOVE_ITEM_ERROR`, `TRACK_CODE_ALREADY_USED`, `TOO_MANY_CISES_FOR_ITEM`, `TOO_FEW_CISES_FOR_ITEM`, `INVALID_CIS`, `DUPLICATE_CIS`, `TOO_MANY_UINS_FOR_ITEM`, `TOO_FEW_UINS_FOR_ITEM`, `INVALID_UIN`, `UIN_VALIDATION_IN_PROGRESS_ERROR`, `CIS_VALIDATION_IN_PROGRESS_ERROR`, `INVALID_RNPT`, `INVALID_GTD`, `INVALID_COUNTRY_CODE`, `COUNTRY_CODE_AND_GTD_ARE_REQUIRED_VALIDATION_ERROR`, `DUPLICATE_UIN`, `DELETED_ITEMS_EXCEEDS_THRESHOLD`, `PROMO_PROHIBITS_DELETE`, `PAYMENT_PROHIBITS_DELETE`, `CANCELLATION_REQUESTED`, `ORDER_IN_TERMINAL_STATE`, `EDIT_COUNT_EXCEEDED`, `DAYS_COUNT_EXCEEDED`, `SAME_DELIVERY_DATES`, `INCORRECT_INN`, `BAD_REQUEST`, `UNSUPPORTED_MEDIA_TYPE`, `FORBIDDEN`, `NOT_FOUND`, `LOCKED`, `CONSTRAINT_VIOLATION`, `DUPLICATE_MARKET_SKU`, `INVALID_MARKET_SKU`, `INVALID_MAPPING`, `MISSING_MAPPING`, `UNKNOWN_PARAMETER`, `INTERNAL_ERROR`, `MISSING_PARAM`, `DUPLICATE_SHOP_SKU`, `INVALID_CURRENCY`, `INVALID_PAYMENT_SETTINGS`, `OTHER`, `INVALID_CATEGORY`, `INVALID_QUERY_PARAMETER`, `CAMPAIGN_NOT_FOUND`, `PARTNER_NOT_FOUND`, `BUSINESS_NOT_FOUND`, `CAMPAIGN_TYPE_NOT_SUPPORTED`, `BAD_OFFERS`, `ALREADY_CONFIRMED`, `CUTOFF_NOT_REACHED`, `NO_ORDERS`, `BAD_ORDERS`, `NO_BOXES`, `INVALID_ORDER_BEFORE`, `STATUS_NOT_ALLOWED`, `SUBSTATUS_NOT_ALLOWED`, `USER_UNREACHABLE_NOT_ALLOWED`, `ACTION_FORBIDDEN`, `CANT_DELIVER_ORDER_TO_ADDRESS`, `PICKUP_EXPIRED_CANCELLATION_FORBIDDEN`, `INVALID_ORDER_STATUS`, `CODE_NEED_BE_REFRESHED`, `CODE_ALREADY_ACCEPTED`, `NO_EMAIL`, `PROMO_ENDED`, `PROMO_ENTRY_DEADLINE_EXCEEDED`, `PROMO_MECHANICS_NOT_SUPPORTED`, `PROMO_SINGLE_OFFER_TASK_LIMIT_EXCEEDED`, `SUPPLY_REQUEST_NOT_FOUND`, `DOCUMENT_NOT_FOUND`, `EXTERNAL_ORDER_ID_UPDATE_ERROR`, `DECLINE_REASON_ARE_REQUIRED_ERROR`, `CONTRACT_NOT_FOUND`, `CONTRACT_WITH_AGENCY`, `NOT_ENOUGH_STOCK`, `INVALID_DELIVERY_OPTION`, `ORDER_ALREADY_EXISTS`, `ORDER_MODIFICATION_NOT_ALLOWED`, `DELIVERY_TAX_INFO_NO_DBS_PARTNER`, `DELIVERY_TAX_INFO_INCORRECT_ORDER_STATUS`, `DELIVERY_TAX_INFO_TAX_SYSTEM_IS_NOT_SUPPORTED`, `DELIVERY_TAX_INFO_INCORRECT_DELIVERY_SERVICE`, `DELIVERY_TAX_INFO_INCORRECT_REQUEST`, `RETURN_ALREADY_EXISTS`, `INVALID_RETURN_OFFERS`, `PHOTO_UPLOAD_FAILED`, `INVALID_DELIVERY_TYPE`, `INVALID_RETURN_REASON`, `INVALID_ITEM_DIMENSIONS`, `API_DISABLED`, `RESTRICTED_BY_MARKETPLACE_REGION`, `NO_ACCESS_BY_DEPRECATION_POLICY`, `ORDER_EDIT_ERROR`, `ADVERTISER_STATUS_MISMATCH`, `RESTRICTED_FOR_ADVERTISER`, `SUBSCRIPTION_REQUIRED`, `CIS_HANDLE_MODE_RESTRICTION`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "INVALID_FEED_ID",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "INVALID_FEED_ID",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for typed server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "INVALID_FEED_ID",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__401">
  
  ## 401 Unauthorized
  
  The authorization data is not specified in the request. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#401)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "INVALID_FEED_ID",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      Typed error code. Possible values are described in the section [Error codes](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md).
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `INVALID_FEED_ID`, `INVALID_WAREHOUSE_ID`, `GROUPED_WAREHOUSE`, `DUPLICATE_OFFER`, `INVALID_TTL`, `INVALID_COMMENT`, `LIMIT_EXCEEDED`, `NON_POSITIVE_LIMIT`, `REQUEST_LIMIT_EXCEEDED`, `INVALID_OFFER_ID`, `MISSING_OFFER_ID`, `MISSING_OFFER`, `INVALID_SHOP_SKU`, `AMBIGUOUS_OFFER`, `OFFER_NOT_FOUND`, `MODEL_NOT_FOUND`, `CATEGORY_NOT_FOUND`, `NO_REQUIRED_FIELDS`, `FORBIDDEN_FIELD_DEFINITION`, `PROBLEMS_IN_OTHER_OFFERS`, `AMBIGUOUS_FIELD_DEFINITION`, `INVALID_OUTLET_INFO`, `DUPLICATE_OUTLET_CODE`, `UNKNOWN_REGION`, `WRONG_REGION`, `NOT_SPECIFIED`, `INVALID_PHONE_FORMAT`, `INVALID_TIME_FORMAT`, `COULD_NOT_FIND_COORDS`, `WRONG_OUTLET_GPS_COORDINATES`, `ITEM_NOT_FOUND`, `INVALID_ITEM`, `ITEM_DUPLICATE`, `ITEM_SHIPPED`, `ITEMS_ADDITION_NOT_SUPPORTED`, `CANNOT_REMOVE_LAST_ITEM`, `OTHER_REMOVE_ITEM_ERROR`, `TRACK_CODE_ALREADY_USED`, `TOO_MANY_CISES_FOR_ITEM`, `TOO_FEW_CISES_FOR_ITEM`, `INVALID_CIS`, `DUPLICATE_CIS`, `TOO_MANY_UINS_FOR_ITEM`, `TOO_FEW_UINS_FOR_ITEM`, `INVALID_UIN`, `UIN_VALIDATION_IN_PROGRESS_ERROR`, `CIS_VALIDATION_IN_PROGRESS_ERROR`, `INVALID_RNPT`, `INVALID_GTD`, `INVALID_COUNTRY_CODE`, `COUNTRY_CODE_AND_GTD_ARE_REQUIRED_VALIDATION_ERROR`, `DUPLICATE_UIN`, `DELETED_ITEMS_EXCEEDS_THRESHOLD`, `PROMO_PROHIBITS_DELETE`, `PAYMENT_PROHIBITS_DELETE`, `CANCELLATION_REQUESTED`, `ORDER_IN_TERMINAL_STATE`, `EDIT_COUNT_EXCEEDED`, `DAYS_COUNT_EXCEEDED`, `SAME_DELIVERY_DATES`, `INCORRECT_INN`, `BAD_REQUEST`, `UNSUPPORTED_MEDIA_TYPE`, `FORBIDDEN`, `NOT_FOUND`, `LOCKED`, `CONSTRAINT_VIOLATION`, `DUPLICATE_MARKET_SKU`, `INVALID_MARKET_SKU`, `INVALID_MAPPING`, `MISSING_MAPPING`, `UNKNOWN_PARAMETER`, `INTERNAL_ERROR`, `MISSING_PARAM`, `DUPLICATE_SHOP_SKU`, `INVALID_CURRENCY`, `INVALID_PAYMENT_SETTINGS`, `OTHER`, `INVALID_CATEGORY`, `INVALID_QUERY_PARAMETER`, `CAMPAIGN_NOT_FOUND`, `PARTNER_NOT_FOUND`, `BUSINESS_NOT_FOUND`, `CAMPAIGN_TYPE_NOT_SUPPORTED`, `BAD_OFFERS`, `ALREADY_CONFIRMED`, `CUTOFF_NOT_REACHED`, `NO_ORDERS`, `BAD_ORDERS`, `NO_BOXES`, `INVALID_ORDER_BEFORE`, `STATUS_NOT_ALLOWED`, `SUBSTATUS_NOT_ALLOWED`, `USER_UNREACHABLE_NOT_ALLOWED`, `ACTION_FORBIDDEN`, `CANT_DELIVER_ORDER_TO_ADDRESS`, `PICKUP_EXPIRED_CANCELLATION_FORBIDDEN`, `INVALID_ORDER_STATUS`, `CODE_NEED_BE_REFRESHED`, `CODE_ALREADY_ACCEPTED`, `NO_EMAIL`, `PROMO_ENDED`, `PROMO_ENTRY_DEADLINE_EXCEEDED`, `PROMO_MECHANICS_NOT_SUPPORTED`, `PROMO_SINGLE_OFFER_TASK_LIMIT_EXCEEDED`, `SUPPLY_REQUEST_NOT_FOUND`, `DOCUMENT_NOT_FOUND`, `EXTERNAL_ORDER_ID_UPDATE_ERROR`, `DECLINE_REASON_ARE_REQUIRED_ERROR`, `CONTRACT_NOT_FOUND`, `CONTRACT_WITH_AGENCY`, `NOT_ENOUGH_STOCK`, `INVALID_DELIVERY_OPTION`, `ORDER_ALREADY_EXISTS`, `ORDER_MODIFICATION_NOT_ALLOWED`, `DELIVERY_TAX_INFO_NO_DBS_PARTNER`, `DELIVERY_TAX_INFO_INCORRECT_ORDER_STATUS`, `DELIVERY_TAX_INFO_TAX_SYSTEM_IS_NOT_SUPPORTED`, `DELIVERY_TAX_INFO_INCORRECT_DELIVERY_SERVICE`, `DELIVERY_TAX_INFO_INCORRECT_REQUEST`, `RETURN_ALREADY_EXISTS`, `INVALID_RETURN_OFFERS`, `PHOTO_UPLOAD_FAILED`, `INVALID_DELIVERY_TYPE`, `INVALID_RETURN_REASON`, `INVALID_ITEM_DIMENSIONS`, `API_DISABLED`, `RESTRICTED_BY_MARKETPLACE_REGION`, `NO_ACCESS_BY_DEPRECATION_POLICY`, `ORDER_EDIT_ERROR`, `ADVERTISER_STATUS_MISMATCH`, `RESTRICTED_FOR_ADVERTISER`, `SUBSCRIPTION_REQUIRED`, `CIS_HANDLE_MODE_RESTRICTION`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "INVALID_FEED_ID",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "INVALID_FEED_ID",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for typed server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "INVALID_FEED_ID",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__403">
  
  ## 403 Forbidden
  
  The authorization data is incorrect or access to the resource is prohibited. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#403)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "INVALID_FEED_ID",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      Typed error code. Possible values are described in the section [Error codes](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md).
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `INVALID_FEED_ID`, `INVALID_WAREHOUSE_ID`, `GROUPED_WAREHOUSE`, `DUPLICATE_OFFER`, `INVALID_TTL`, `INVALID_COMMENT`, `LIMIT_EXCEEDED`, `NON_POSITIVE_LIMIT`, `REQUEST_LIMIT_EXCEEDED`, `INVALID_OFFER_ID`, `MISSING_OFFER_ID`, `MISSING_OFFER`, `INVALID_SHOP_SKU`, `AMBIGUOUS_OFFER`, `OFFER_NOT_FOUND`, `MODEL_NOT_FOUND`, `CATEGORY_NOT_FOUND`, `NO_REQUIRED_FIELDS`, `FORBIDDEN_FIELD_DEFINITION`, `PROBLEMS_IN_OTHER_OFFERS`, `AMBIGUOUS_FIELD_DEFINITION`, `INVALID_OUTLET_INFO`, `DUPLICATE_OUTLET_CODE`, `UNKNOWN_REGION`, `WRONG_REGION`, `NOT_SPECIFIED`, `INVALID_PHONE_FORMAT`, `INVALID_TIME_FORMAT`, `COULD_NOT_FIND_COORDS`, `WRONG_OUTLET_GPS_COORDINATES`, `ITEM_NOT_FOUND`, `INVALID_ITEM`, `ITEM_DUPLICATE`, `ITEM_SHIPPED`, `ITEMS_ADDITION_NOT_SUPPORTED`, `CANNOT_REMOVE_LAST_ITEM`, `OTHER_REMOVE_ITEM_ERROR`, `TRACK_CODE_ALREADY_USED`, `TOO_MANY_CISES_FOR_ITEM`, `TOO_FEW_CISES_FOR_ITEM`, `INVALID_CIS`, `DUPLICATE_CIS`, `TOO_MANY_UINS_FOR_ITEM`, `TOO_FEW_UINS_FOR_ITEM`, `INVALID_UIN`, `UIN_VALIDATION_IN_PROGRESS_ERROR`, `CIS_VALIDATION_IN_PROGRESS_ERROR`, `INVALID_RNPT`, `INVALID_GTD`, `INVALID_COUNTRY_CODE`, `COUNTRY_CODE_AND_GTD_ARE_REQUIRED_VALIDATION_ERROR`, `DUPLICATE_UIN`, `DELETED_ITEMS_EXCEEDS_THRESHOLD`, `PROMO_PROHIBITS_DELETE`, `PAYMENT_PROHIBITS_DELETE`, `CANCELLATION_REQUESTED`, `ORDER_IN_TERMINAL_STATE`, `EDIT_COUNT_EXCEEDED`, `DAYS_COUNT_EXCEEDED`, `SAME_DELIVERY_DATES`, `INCORRECT_INN`, `BAD_REQUEST`, `UNSUPPORTED_MEDIA_TYPE`, `FORBIDDEN`, `NOT_FOUND`, `LOCKED`, `CONSTRAINT_VIOLATION`, `DUPLICATE_MARKET_SKU`, `INVALID_MARKET_SKU`, `INVALID_MAPPING`, `MISSING_MAPPING`, `UNKNOWN_PARAMETER`, `INTERNAL_ERROR`, `MISSING_PARAM`, `DUPLICATE_SHOP_SKU`, `INVALID_CURRENCY`, `INVALID_PAYMENT_SETTINGS`, `OTHER`, `INVALID_CATEGORY`, `INVALID_QUERY_PARAMETER`, `CAMPAIGN_NOT_FOUND`, `PARTNER_NOT_FOUND`, `BUSINESS_NOT_FOUND`, `CAMPAIGN_TYPE_NOT_SUPPORTED`, `BAD_OFFERS`, `ALREADY_CONFIRMED`, `CUTOFF_NOT_REACHED`, `NO_ORDERS`, `BAD_ORDERS`, `NO_BOXES`, `INVALID_ORDER_BEFORE`, `STATUS_NOT_ALLOWED`, `SUBSTATUS_NOT_ALLOWED`, `USER_UNREACHABLE_NOT_ALLOWED`, `ACTION_FORBIDDEN`, `CANT_DELIVER_ORDER_TO_ADDRESS`, `PICKUP_EXPIRED_CANCELLATION_FORBIDDEN`, `INVALID_ORDER_STATUS`, `CODE_NEED_BE_REFRESHED`, `CODE_ALREADY_ACCEPTED`, `NO_EMAIL`, `PROMO_ENDED`, `PROMO_ENTRY_DEADLINE_EXCEEDED`, `PROMO_MECHANICS_NOT_SUPPORTED`, `PROMO_SINGLE_OFFER_TASK_LIMIT_EXCEEDED`, `SUPPLY_REQUEST_NOT_FOUND`, `DOCUMENT_NOT_FOUND`, `EXTERNAL_ORDER_ID_UPDATE_ERROR`, `DECLINE_REASON_ARE_REQUIRED_ERROR`, `CONTRACT_NOT_FOUND`, `CONTRACT_WITH_AGENCY`, `NOT_ENOUGH_STOCK`, `INVALID_DELIVERY_OPTION`, `ORDER_ALREADY_EXISTS`, `ORDER_MODIFICATION_NOT_ALLOWED`, `DELIVERY_TAX_INFO_NO_DBS_PARTNER`, `DELIVERY_TAX_INFO_INCORRECT_ORDER_STATUS`, `DELIVERY_TAX_INFO_TAX_SYSTEM_IS_NOT_SUPPORTED`, `DELIVERY_TAX_INFO_INCORRECT_DELIVERY_SERVICE`, `DELIVERY_TAX_INFO_INCORRECT_REQUEST`, `RETURN_ALREADY_EXISTS`, `INVALID_RETURN_OFFERS`, `PHOTO_UPLOAD_FAILED`, `INVALID_DELIVERY_TYPE`, `INVALID_RETURN_REASON`, `INVALID_ITEM_DIMENSIONS`, `API_DISABLED`, `RESTRICTED_BY_MARKETPLACE_REGION`, `NO_ACCESS_BY_DEPRECATION_POLICY`, `ORDER_EDIT_ERROR`, `ADVERTISER_STATUS_MISMATCH`, `RESTRICTED_FOR_ADVERTISER`, `SUBSCRIPTION_REQUIRED`, `CIS_HANDLE_MODE_RESTRICTION`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "INVALID_FEED_ID",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "INVALID_FEED_ID",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for typed server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "INVALID_FEED_ID",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__404">
  
  ## 404 Not Found
  
  The requested resource was not found. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#404)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "INVALID_FEED_ID",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      Typed error code. Possible values are described in the section [Error codes](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md).
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `INVALID_FEED_ID`, `INVALID_WAREHOUSE_ID`, `GROUPED_WAREHOUSE`, `DUPLICATE_OFFER`, `INVALID_TTL`, `INVALID_COMMENT`, `LIMIT_EXCEEDED`, `NON_POSITIVE_LIMIT`, `REQUEST_LIMIT_EXCEEDED`, `INVALID_OFFER_ID`, `MISSING_OFFER_ID`, `MISSING_OFFER`, `INVALID_SHOP_SKU`, `AMBIGUOUS_OFFER`, `OFFER_NOT_FOUND`, `MODEL_NOT_FOUND`, `CATEGORY_NOT_FOUND`, `NO_REQUIRED_FIELDS`, `FORBIDDEN_FIELD_DEFINITION`, `PROBLEMS_IN_OTHER_OFFERS`, `AMBIGUOUS_FIELD_DEFINITION`, `INVALID_OUTLET_INFO`, `DUPLICATE_OUTLET_CODE`, `UNKNOWN_REGION`, `WRONG_REGION`, `NOT_SPECIFIED`, `INVALID_PHONE_FORMAT`, `INVALID_TIME_FORMAT`, `COULD_NOT_FIND_COORDS`, `WRONG_OUTLET_GPS_COORDINATES`, `ITEM_NOT_FOUND`, `INVALID_ITEM`, `ITEM_DUPLICATE`, `ITEM_SHIPPED`, `ITEMS_ADDITION_NOT_SUPPORTED`, `CANNOT_REMOVE_LAST_ITEM`, `OTHER_REMOVE_ITEM_ERROR`, `TRACK_CODE_ALREADY_USED`, `TOO_MANY_CISES_FOR_ITEM`, `TOO_FEW_CISES_FOR_ITEM`, `INVALID_CIS`, `DUPLICATE_CIS`, `TOO_MANY_UINS_FOR_ITEM`, `TOO_FEW_UINS_FOR_ITEM`, `INVALID_UIN`, `UIN_VALIDATION_IN_PROGRESS_ERROR`, `CIS_VALIDATION_IN_PROGRESS_ERROR`, `INVALID_RNPT`, `INVALID_GTD`, `INVALID_COUNTRY_CODE`, `COUNTRY_CODE_AND_GTD_ARE_REQUIRED_VALIDATION_ERROR`, `DUPLICATE_UIN`, `DELETED_ITEMS_EXCEEDS_THRESHOLD`, `PROMO_PROHIBITS_DELETE`, `PAYMENT_PROHIBITS_DELETE`, `CANCELLATION_REQUESTED`, `ORDER_IN_TERMINAL_STATE`, `EDIT_COUNT_EXCEEDED`, `DAYS_COUNT_EXCEEDED`, `SAME_DELIVERY_DATES`, `INCORRECT_INN`, `BAD_REQUEST`, `UNSUPPORTED_MEDIA_TYPE`, `FORBIDDEN`, `NOT_FOUND`, `LOCKED`, `CONSTRAINT_VIOLATION`, `DUPLICATE_MARKET_SKU`, `INVALID_MARKET_SKU`, `INVALID_MAPPING`, `MISSING_MAPPING`, `UNKNOWN_PARAMETER`, `INTERNAL_ERROR`, `MISSING_PARAM`, `DUPLICATE_SHOP_SKU`, `INVALID_CURRENCY`, `INVALID_PAYMENT_SETTINGS`, `OTHER`, `INVALID_CATEGORY`, `INVALID_QUERY_PARAMETER`, `CAMPAIGN_NOT_FOUND`, `PARTNER_NOT_FOUND`, `BUSINESS_NOT_FOUND`, `CAMPAIGN_TYPE_NOT_SUPPORTED`, `BAD_OFFERS`, `ALREADY_CONFIRMED`, `CUTOFF_NOT_REACHED`, `NO_ORDERS`, `BAD_ORDERS`, `NO_BOXES`, `INVALID_ORDER_BEFORE`, `STATUS_NOT_ALLOWED`, `SUBSTATUS_NOT_ALLOWED`, `USER_UNREACHABLE_NOT_ALLOWED`, `ACTION_FORBIDDEN`, `CANT_DELIVER_ORDER_TO_ADDRESS`, `PICKUP_EXPIRED_CANCELLATION_FORBIDDEN`, `INVALID_ORDER_STATUS`, `CODE_NEED_BE_REFRESHED`, `CODE_ALREADY_ACCEPTED`, `NO_EMAIL`, `PROMO_ENDED`, `PROMO_ENTRY_DEADLINE_EXCEEDED`, `PROMO_MECHANICS_NOT_SUPPORTED`, `PROMO_SINGLE_OFFER_TASK_LIMIT_EXCEEDED`, `SUPPLY_REQUEST_NOT_FOUND`, `DOCUMENT_NOT_FOUND`, `EXTERNAL_ORDER_ID_UPDATE_ERROR`, `DECLINE_REASON_ARE_REQUIRED_ERROR`, `CONTRACT_NOT_FOUND`, `CONTRACT_WITH_AGENCY`, `NOT_ENOUGH_STOCK`, `INVALID_DELIVERY_OPTION`, `ORDER_ALREADY_EXISTS`, `ORDER_MODIFICATION_NOT_ALLOWED`, `DELIVERY_TAX_INFO_NO_DBS_PARTNER`, `DELIVERY_TAX_INFO_INCORRECT_ORDER_STATUS`, `DELIVERY_TAX_INFO_TAX_SYSTEM_IS_NOT_SUPPORTED`, `DELIVERY_TAX_INFO_INCORRECT_DELIVERY_SERVICE`, `DELIVERY_TAX_INFO_INCORRECT_REQUEST`, `RETURN_ALREADY_EXISTS`, `INVALID_RETURN_OFFERS`, `PHOTO_UPLOAD_FAILED`, `INVALID_DELIVERY_TYPE`, `INVALID_RETURN_REASON`, `INVALID_ITEM_DIMENSIONS`, `API_DISABLED`, `RESTRICTED_BY_MARKETPLACE_REGION`, `NO_ACCESS_BY_DEPRECATION_POLICY`, `ORDER_EDIT_ERROR`, `ADVERTISER_STATUS_MISMATCH`, `RESTRICTED_FOR_ADVERTISER`, `SUBSCRIPTION_REQUIRED`, `CIS_HANDLE_MODE_RESTRICTION`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "INVALID_FEED_ID",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "INVALID_FEED_ID",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for typed server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "INVALID_FEED_ID",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__420">
  
  ## 420 Method Failure
  
  The resource access limit has been exceeded. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#420)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "INVALID_FEED_ID",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      Typed error code. Possible values are described in the section [Error codes](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md).
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `INVALID_FEED_ID`, `INVALID_WAREHOUSE_ID`, `GROUPED_WAREHOUSE`, `DUPLICATE_OFFER`, `INVALID_TTL`, `INVALID_COMMENT`, `LIMIT_EXCEEDED`, `NON_POSITIVE_LIMIT`, `REQUEST_LIMIT_EXCEEDED`, `INVALID_OFFER_ID`, `MISSING_OFFER_ID`, `MISSING_OFFER`, `INVALID_SHOP_SKU`, `AMBIGUOUS_OFFER`, `OFFER_NOT_FOUND`, `MODEL_NOT_FOUND`, `CATEGORY_NOT_FOUND`, `NO_REQUIRED_FIELDS`, `FORBIDDEN_FIELD_DEFINITION`, `PROBLEMS_IN_OTHER_OFFERS`, `AMBIGUOUS_FIELD_DEFINITION`, `INVALID_OUTLET_INFO`, `DUPLICATE_OUTLET_CODE`, `UNKNOWN_REGION`, `WRONG_REGION`, `NOT_SPECIFIED`, `INVALID_PHONE_FORMAT`, `INVALID_TIME_FORMAT`, `COULD_NOT_FIND_COORDS`, `WRONG_OUTLET_GPS_COORDINATES`, `ITEM_NOT_FOUND`, `INVALID_ITEM`, `ITEM_DUPLICATE`, `ITEM_SHIPPED`, `ITEMS_ADDITION_NOT_SUPPORTED`, `CANNOT_REMOVE_LAST_ITEM`, `OTHER_REMOVE_ITEM_ERROR`, `TRACK_CODE_ALREADY_USED`, `TOO_MANY_CISES_FOR_ITEM`, `TOO_FEW_CISES_FOR_ITEM`, `INVALID_CIS`, `DUPLICATE_CIS`, `TOO_MANY_UINS_FOR_ITEM`, `TOO_FEW_UINS_FOR_ITEM`, `INVALID_UIN`, `UIN_VALIDATION_IN_PROGRESS_ERROR`, `CIS_VALIDATION_IN_PROGRESS_ERROR`, `INVALID_RNPT`, `INVALID_GTD`, `INVALID_COUNTRY_CODE`, `COUNTRY_CODE_AND_GTD_ARE_REQUIRED_VALIDATION_ERROR`, `DUPLICATE_UIN`, `DELETED_ITEMS_EXCEEDS_THRESHOLD`, `PROMO_PROHIBITS_DELETE`, `PAYMENT_PROHIBITS_DELETE`, `CANCELLATION_REQUESTED`, `ORDER_IN_TERMINAL_STATE`, `EDIT_COUNT_EXCEEDED`, `DAYS_COUNT_EXCEEDED`, `SAME_DELIVERY_DATES`, `INCORRECT_INN`, `BAD_REQUEST`, `UNSUPPORTED_MEDIA_TYPE`, `FORBIDDEN`, `NOT_FOUND`, `LOCKED`, `CONSTRAINT_VIOLATION`, `DUPLICATE_MARKET_SKU`, `INVALID_MARKET_SKU`, `INVALID_MAPPING`, `MISSING_MAPPING`, `UNKNOWN_PARAMETER`, `INTERNAL_ERROR`, `MISSING_PARAM`, `DUPLICATE_SHOP_SKU`, `INVALID_CURRENCY`, `INVALID_PAYMENT_SETTINGS`, `OTHER`, `INVALID_CATEGORY`, `INVALID_QUERY_PARAMETER`, `CAMPAIGN_NOT_FOUND`, `PARTNER_NOT_FOUND`, `BUSINESS_NOT_FOUND`, `CAMPAIGN_TYPE_NOT_SUPPORTED`, `BAD_OFFERS`, `ALREADY_CONFIRMED`, `CUTOFF_NOT_REACHED`, `NO_ORDERS`, `BAD_ORDERS`, `NO_BOXES`, `INVALID_ORDER_BEFORE`, `STATUS_NOT_ALLOWED`, `SUBSTATUS_NOT_ALLOWED`, `USER_UNREACHABLE_NOT_ALLOWED`, `ACTION_FORBIDDEN`, `CANT_DELIVER_ORDER_TO_ADDRESS`, `PICKUP_EXPIRED_CANCELLATION_FORBIDDEN`, `INVALID_ORDER_STATUS`, `CODE_NEED_BE_REFRESHED`, `CODE_ALREADY_ACCEPTED`, `NO_EMAIL`, `PROMO_ENDED`, `PROMO_ENTRY_DEADLINE_EXCEEDED`, `PROMO_MECHANICS_NOT_SUPPORTED`, `PROMO_SINGLE_OFFER_TASK_LIMIT_EXCEEDED`, `SUPPLY_REQUEST_NOT_FOUND`, `DOCUMENT_NOT_FOUND`, `EXTERNAL_ORDER_ID_UPDATE_ERROR`, `DECLINE_REASON_ARE_REQUIRED_ERROR`, `CONTRACT_NOT_FOUND`, `CONTRACT_WITH_AGENCY`, `NOT_ENOUGH_STOCK`, `INVALID_DELIVERY_OPTION`, `ORDER_ALREADY_EXISTS`, `ORDER_MODIFICATION_NOT_ALLOWED`, `DELIVERY_TAX_INFO_NO_DBS_PARTNER`, `DELIVERY_TAX_INFO_INCORRECT_ORDER_STATUS`, `DELIVERY_TAX_INFO_TAX_SYSTEM_IS_NOT_SUPPORTED`, `DELIVERY_TAX_INFO_INCORRECT_DELIVERY_SERVICE`, `DELIVERY_TAX_INFO_INCORRECT_REQUEST`, `RETURN_ALREADY_EXISTS`, `INVALID_RETURN_OFFERS`, `PHOTO_UPLOAD_FAILED`, `INVALID_DELIVERY_TYPE`, `INVALID_RETURN_REASON`, `INVALID_ITEM_DIMENSIONS`, `API_DISABLED`, `RESTRICTED_BY_MARKETPLACE_REGION`, `NO_ACCESS_BY_DEPRECATION_POLICY`, `ORDER_EDIT_ERROR`, `ADVERTISER_STATUS_MISMATCH`, `RESTRICTED_FOR_ADVERTISER`, `SUBSCRIPTION_REQUIRED`, `CIS_HANDLE_MODE_RESTRICTION`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "INVALID_FEED_ID",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "INVALID_FEED_ID",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for typed server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "INVALID_FEED_ID",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__500">
  
  ## 500 Internal Server Error
  
  Internal error of the Market. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#500)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "INVALID_FEED_ID",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      Typed error code. Possible values are described in the section [Error codes](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md).
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `INVALID_FEED_ID`, `INVALID_WAREHOUSE_ID`, `GROUPED_WAREHOUSE`, `DUPLICATE_OFFER`, `INVALID_TTL`, `INVALID_COMMENT`, `LIMIT_EXCEEDED`, `NON_POSITIVE_LIMIT`, `REQUEST_LIMIT_EXCEEDED`, `INVALID_OFFER_ID`, `MISSING_OFFER_ID`, `MISSING_OFFER`, `INVALID_SHOP_SKU`, `AMBIGUOUS_OFFER`, `OFFER_NOT_FOUND`, `MODEL_NOT_FOUND`, `CATEGORY_NOT_FOUND`, `NO_REQUIRED_FIELDS`, `FORBIDDEN_FIELD_DEFINITION`, `PROBLEMS_IN_OTHER_OFFERS`, `AMBIGUOUS_FIELD_DEFINITION`, `INVALID_OUTLET_INFO`, `DUPLICATE_OUTLET_CODE`, `UNKNOWN_REGION`, `WRONG_REGION`, `NOT_SPECIFIED`, `INVALID_PHONE_FORMAT`, `INVALID_TIME_FORMAT`, `COULD_NOT_FIND_COORDS`, `WRONG_OUTLET_GPS_COORDINATES`, `ITEM_NOT_FOUND`, `INVALID_ITEM`, `ITEM_DUPLICATE`, `ITEM_SHIPPED`, `ITEMS_ADDITION_NOT_SUPPORTED`, `CANNOT_REMOVE_LAST_ITEM`, `OTHER_REMOVE_ITEM_ERROR`, `TRACK_CODE_ALREADY_USED`, `TOO_MANY_CISES_FOR_ITEM`, `TOO_FEW_CISES_FOR_ITEM`, `INVALID_CIS`, `DUPLICATE_CIS`, `TOO_MANY_UINS_FOR_ITEM`, `TOO_FEW_UINS_FOR_ITEM`, `INVALID_UIN`, `UIN_VALIDATION_IN_PROGRESS_ERROR`, `CIS_VALIDATION_IN_PROGRESS_ERROR`, `INVALID_RNPT`, `INVALID_GTD`, `INVALID_COUNTRY_CODE`, `COUNTRY_CODE_AND_GTD_ARE_REQUIRED_VALIDATION_ERROR`, `DUPLICATE_UIN`, `DELETED_ITEMS_EXCEEDS_THRESHOLD`, `PROMO_PROHIBITS_DELETE`, `PAYMENT_PROHIBITS_DELETE`, `CANCELLATION_REQUESTED`, `ORDER_IN_TERMINAL_STATE`, `EDIT_COUNT_EXCEEDED`, `DAYS_COUNT_EXCEEDED`, `SAME_DELIVERY_DATES`, `INCORRECT_INN`, `BAD_REQUEST`, `UNSUPPORTED_MEDIA_TYPE`, `FORBIDDEN`, `NOT_FOUND`, `LOCKED`, `CONSTRAINT_VIOLATION`, `DUPLICATE_MARKET_SKU`, `INVALID_MARKET_SKU`, `INVALID_MAPPING`, `MISSING_MAPPING`, `UNKNOWN_PARAMETER`, `INTERNAL_ERROR`, `MISSING_PARAM`, `DUPLICATE_SHOP_SKU`, `INVALID_CURRENCY`, `INVALID_PAYMENT_SETTINGS`, `OTHER`, `INVALID_CATEGORY`, `INVALID_QUERY_PARAMETER`, `CAMPAIGN_NOT_FOUND`, `PARTNER_NOT_FOUND`, `BUSINESS_NOT_FOUND`, `CAMPAIGN_TYPE_NOT_SUPPORTED`, `BAD_OFFERS`, `ALREADY_CONFIRMED`, `CUTOFF_NOT_REACHED`, `NO_ORDERS`, `BAD_ORDERS`, `NO_BOXES`, `INVALID_ORDER_BEFORE`, `STATUS_NOT_ALLOWED`, `SUBSTATUS_NOT_ALLOWED`, `USER_UNREACHABLE_NOT_ALLOWED`, `ACTION_FORBIDDEN`, `CANT_DELIVER_ORDER_TO_ADDRESS`, `PICKUP_EXPIRED_CANCELLATION_FORBIDDEN`, `INVALID_ORDER_STATUS`, `CODE_NEED_BE_REFRESHED`, `CODE_ALREADY_ACCEPTED`, `NO_EMAIL`, `PROMO_ENDED`, `PROMO_ENTRY_DEADLINE_EXCEEDED`, `PROMO_MECHANICS_NOT_SUPPORTED`, `PROMO_SINGLE_OFFER_TASK_LIMIT_EXCEEDED`, `SUPPLY_REQUEST_NOT_FOUND`, `DOCUMENT_NOT_FOUND`, `EXTERNAL_ORDER_ID_UPDATE_ERROR`, `DECLINE_REASON_ARE_REQUIRED_ERROR`, `CONTRACT_NOT_FOUND`, `CONTRACT_WITH_AGENCY`, `NOT_ENOUGH_STOCK`, `INVALID_DELIVERY_OPTION`, `ORDER_ALREADY_EXISTS`, `ORDER_MODIFICATION_NOT_ALLOWED`, `DELIVERY_TAX_INFO_NO_DBS_PARTNER`, `DELIVERY_TAX_INFO_INCORRECT_ORDER_STATUS`, `DELIVERY_TAX_INFO_TAX_SYSTEM_IS_NOT_SUPPORTED`, `DELIVERY_TAX_INFO_INCORRECT_DELIVERY_SERVICE`, `DELIVERY_TAX_INFO_INCORRECT_REQUEST`, `RETURN_ALREADY_EXISTS`, `INVALID_RETURN_OFFERS`, `PHOTO_UPLOAD_FAILED`, `INVALID_DELIVERY_TYPE`, `INVALID_RETURN_REASON`, `INVALID_ITEM_DIMENSIONS`, `API_DISABLED`, `RESTRICTED_BY_MARKETPLACE_REGION`, `NO_ACCESS_BY_DEPRECATION_POLICY`, `ORDER_EDIT_ERROR`, `ADVERTISER_STATUS_MISMATCH`, `RESTRICTED_FOR_ADVERTISER`, `SUBSCRIPTION_REQUIRED`, `CIS_HANDLE_MODE_RESTRICTION`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "INVALID_FEED_ID",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "INVALID_FEED_ID",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for typed server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "INVALID_FEED_ID",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
        

- Console

  ```openapi-sandbox translate=no
  pathParams:
    - description: "The ID of the campaign (store) — The technical identifier that represents your store in the Yandex Market system when working through the API. It is uniquely linked to your store, but it is intended only for automated interaction.\n\nYou can find it using a query [GET\_v2/campaigns](../../reference/campaigns/getCampaigns.md) or find it in the seller's office on the Market. Click on your account icon → **Settings** and in the menu on the left, select **APIs and modules**:\n\n* block **Campaign ID**;\n* tab **Query log** → drop-down list in the block **Show logs**.\n\n⚠️ Do not confuse it with:\n- the store's identifier, which is displayed in the merchant's personal account.\n- advertising campaigns.\n"
      name: campaignId
      in: path
      required: true
      schema:
        type: integer
        format: int64
        minimum: 1
    - description: The ID of the point of sale.
      name: outletId
      in: path
      required: true
      schema:
        type: integer
        format: int64
        minimum: 1
  searchParams: []
  headers: []
  body: null
  schema: {}
  method: get
  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: en/api/outlets/getOutlet.md -->

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