{
  "item": [
    {
      "id": "fdd253e5-30a2-4222-ad04-cfc6649ab9d3",
      "name": "v1/product",
      "item": [
        {
          "id": "f08368e8-e6bf-440a-a064-b806070cb981",
          "name": "price",
          "item": [
            {
              "id": "5c735d95-792d-4c08-bf39-5b63689e550d",
              "name": "Загрузка (обновление) цен товаров.",
              "request": {
                "name": "Загрузка (обновление) цен товаров.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "price",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<string>\",\n      \"min_price\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<string>\",\n      \"min_price\": \"<long>\"\n    }\n  ],\n  \"currency\": \"RUB\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "87245abb-61e1-487c-9bd0-3ec4e89e4228",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "price",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<string>\",\n      \"min_price\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<string>\",\n      \"min_price\": \"<long>\"\n    }\n  ],\n  \"currency\": \"RUB\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"failed\": [\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"error_message\": \"string\"\n    },\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"error_message\": \"string\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c8e1ccfc-ddbd-400b-9859-17439723a83d",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "price",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<string>\",\n      \"min_price\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<string>\",\n      \"min_price\": \"<long>\"\n    }\n  ],\n  \"currency\": \"RUB\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f91289da-e897-46d0-996a-b8c712ebf812",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "price",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<string>\",\n      \"min_price\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<string>\",\n      \"min_price\": \"<long>\"\n    }\n  ],\n  \"currency\": \"RUB\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "38efc451-c0e0-4390-8af2-9998f8cb76c2",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "price",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<string>\",\n      \"min_price\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<string>\",\n      \"min_price\": \"<long>\"\n    }\n  ],\n  \"currency\": \"RUB\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ab7f7744-2a7f-490e-b7bc-e353a18ee899",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "price",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<string>\",\n      \"min_price\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<string>\",\n      \"min_price\": \"<long>\"\n    }\n  ],\n  \"currency\": \"RUB\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f503c43a-4d30-401e-b858-50945dc1a90e",
              "name": "Получение цен товаров.",
              "request": {
                "name": "Получение цен товаров.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "price",
                    "info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "3dff8099-a485-4214-987b-d4d9bdf32bb0",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "price",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"prices\": [\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"price\": 8407,\n      \"old_price\": 953,\n      \"vat\": \"<string>\",\n      \"min_price\": 2036\n    },\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"price\": 6416,\n      \"old_price\": 7290,\n      \"vat\": \"<string>\",\n      \"min_price\": 946\n    }\n  ],\n  \"next_cursor\": \"string\",\n  \"total\": 3915\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "262e2ff7-067f-4c47-b640-f92b49002239",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "price",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5bc88fbd-37a9-46db-84ef-53d3ea7ddeb2",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "price",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3474acbd-a9bc-4a06-82b0-04b2b058d435",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "price",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a8c59f10-9312-4367-a9fa-28bdab6c6d18",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "price",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "91a30bb6-d33f-4643-bc08-0f80b7618e15",
          "name": "stock",
          "item": [
            {
              "id": "b20ea862-674c-4d45-b188-2104158ba85a",
              "name": "Загрузка (обновление) остатков.",
              "request": {
                "name": "Загрузка (обновление) остатков.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "stock",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "1b395b88-9214-41a3-ac25-d4ac4d565fe5",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "stock",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"failed\": [\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"location_id\": \"string\",\n      \"error_message\": \"string\"\n    },\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"location_id\": \"string\",\n      \"error_message\": \"string\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9c71166b-a160-4c81-a069-abcec3d36887",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "stock",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e1ac746f-8762-45d1-b851-878f161868bd",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "stock",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e2e50b09-15fd-44bf-bd4d-d417c50f4369",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "stock",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0b0ae217-698e-4a61-a816-3fdd1191d12e",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "stock",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "e46999eb-fe46-4103-a6f0-63db90875a6c",
              "name": "Получение остатков товаров.",
              "request": {
                "name": "Получение остатков товаров.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "stock",
                    "info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "92faa132-735d-4320-801d-70f55bb4cae5",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "stock",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"stocks\": [\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"location_id\": \"string\",\n      \"count\": 3243,\n      \"available_count\": 9791\n    },\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"location_id\": \"string\",\n      \"count\": 6910,\n      \"available_count\": 5033\n    }\n  ],\n  \"next_cursor\": \"string\",\n  \"total\": 2930\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4d107885-cb15-4ce2-996c-43c3847ec692",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "stock",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "dbea6dec-44d7-4d0c-ae16-020703765169",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "stock",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ea5bbc20-b35f-4298-80dd-25f5a61271e3",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "stock",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "230d798a-250c-4825-ae9f-4d5f8a6394a7",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "stock",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "3bc893ee-f425-4633-8b68-313d40a66366",
          "name": "Список соответствий товаров (offer_id ↔ product_id).",
          "request": {
            "name": "Список соответствий товаров (offer_id ↔ product_id).",
            "description": {},
            "url": {
              "path": [
                "v1",
                "product",
                "mapping",
                "list"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "631e3e68-6e53-4970-93de-b51a008ac5ea",
              "name": "A successful response.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "mapping",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"mappings\": [\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"is_archived\": false\n    },\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"is_archived\": true\n    }\n  ],\n  \"next_cursor\": \"string\",\n  \"total\": 1950\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5172d878-9b45-4e4c-88b8-eb9aec45044c",
              "name": "Некорректный запрос",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "mapping",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b5dda3d-1580-40f0-b1de-b3e5379de491",
              "name": "Ошибка авторизации",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "mapping",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10b7162a-a328-4350-b0b9-a6eb2d0400be",
              "name": "Превышен лимит запросов",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "mapping",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c83ff23c-8e48-45a8-8374-e1b148a8c8e6",
              "name": "Внутренняя ошибка сервера",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "mapping",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fab988c1-479f-4613-b143-8c3ec3c6adfb",
          "name": "Архивирование и разархивирование товара.",
          "request": {
            "name": "Архивирование и разархивирование товара.",
            "description": {},
            "url": {
              "path": [
                "v1",
                "product",
                "archive",
                "update"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"is_archived\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "e0ef5fe1-cb04-4e54-afe5-18b4d93b3fa6",
              "name": "A successful response.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "archive",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"is_archived\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"failed\": [\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"error_message\": \"string\"\n    },\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"error_message\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89b1c6d9-9826-4065-a9ed-4db1ea66c4f9",
              "name": "Некорректный запрос",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "archive",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"is_archived\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa97b781-a035-456f-a30b-97ed1caa1d1b",
              "name": "Ошибка авторизации",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "archive",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"is_archived\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7c8c7e2-8487-4279-94ab-355708114fc7",
              "name": "Превышен лимит запросов",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "archive",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"is_archived\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec650dec-f726-47ef-855e-65fefc8ce55b",
              "name": "Внутренняя ошибка сервера",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "archive",
                    "update"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"is_archived\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "https://api.example.com",
      "key": "baseUrl"
    }
  ],
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "key",
        "value": "Authorization"
      },
      {
        "key": "value",
        "value": "{{apiKey}}"
      },
      {
        "key": "in",
        "value": "header"
      }
    ]
  },
  "info": {
    "_postman_id": "058ff877-f321-4973-b781-da2a6f77f07e",
    "name": "Seller API - Управление товарами, ценами и остатками",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Методы для управления товарами, ценами и остатками, общие для всех схем работы (DBS, FBS).\n\n* **Обновлять цены** по загруженным товарам методом [Prices](https://specs.omniom.ru/dbs/dbs_seller_api_methods.html#Prices)\n* **Получить список загруженных товаров** методом [Products](https://specs.omniom.ru/dbs/dbs_seller_api_methods.html#Products)\n* **Поддерживать актуальными остатки** на витрине.",
      "type": "text/plain"
    }
  }
}