{
  "item": [
    {
      "id": "11b10c54-468c-44d3-82af-b69c2cf8b2fa",
      "name": "v1",
      "item": [
        {
          "id": "71679080-db28-4629-a8fc-fc29300718ae",
          "name": "Список складов маркетплейса, доступных для отгрузок.",
          "request": {
            "name": "Список складов маркетплейса, доступных для отгрузок.",
            "description": {},
            "url": {
              "path": [
                "v1",
                "market",
                "location",
                "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    \"city\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_active\": \"<boolean>\",\n    \"accepts_kgt\": \"<boolean>\",\n    \"accepts_mgt\": \"<boolean>\",\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "cb5273d2-8bb3-4461-b608-a7ee70698645",
              "name": "A successful response.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "market",
                    "location",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Client-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"city\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_active\": \"<boolean>\",\n    \"accepts_kgt\": \"<boolean>\",\n    \"accepts_mgt\": \"<boolean>\",\n    \"market_location_ids\": [\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  \"locations\": [\n    {\n      \"market_location_id\": \"occaecat et cillum\",\n      \"name\": \"velit ipsum ut\",\n      \"city\": \"pariatur officia\",\n      \"address_tail\": \"dolor commodo irure\",\n      \"timezone\": \"sint\",\n      \"is_active\": false,\n      \"acceptance_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"start_time\": \"dolore sunt dolor\",\n            \"end_time\": \"do eiusmod labore\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"start_time\": \"labore nostrud\",\n            \"end_time\": \"Excepteur Lorem irure\"\n          }\n        }\n      ],\n      \"shipment_limits\": {\n        \"accepts_standard\": true,\n        \"accepts_kgt\": true,\n        \"accepts_mgt\": false,\n        \"max_weight_kg\": 77766698.74528354,\n        \"max_length_cm\": -71601384.01745355,\n        \"max_width_cm\": 5919491.116970524,\n        \"max_height_cm\": 9464543.84907706,\n        \"max_sum_dimensions_cm\": 40148119.00488168,\n        \"comment\": \"eu elit esse est consectetur\"\n      },\n      \"acceptance_instructions\": \"exercitation\"\n    },\n    {\n      \"market_location_id\": \"elit aliqua\",\n      \"name\": \"quis mollit incididunt aliqua\",\n      \"city\": \"occaecat elit dolor officia\",\n      \"address_tail\": \"minim Duis fugiat\",\n      \"timezone\": \"reprehenderit fugiat non\",\n      \"is_active\": true,\n      \"acceptance_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"start_time\": \"eu adipisicing elit nostrud\",\n            \"end_time\": \"enim magna\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"start_time\": \"tempor ad\",\n            \"end_time\": \"ex sint et\"\n          }\n        }\n      ],\n      \"shipment_limits\": {\n        \"accepts_standard\": false,\n        \"accepts_kgt\": false,\n        \"accepts_mgt\": true,\n        \"max_weight_kg\": -36666833.66299371,\n        \"max_length_cm\": -55389258.77941599,\n        \"max_width_cm\": 83425476.64579326,\n        \"max_height_cm\": 76719833.84377205,\n        \"max_sum_dimensions_cm\": 28898929.39322287,\n        \"comment\": \"ullamco sed id in\"\n      },\n      \"acceptance_instructions\": \"in pariatur\"\n    }\n  ],\n  \"next_cursor\": \"laborum in\",\n  \"total\": -58011508\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff5ab37c-eb62-4e13-a396-6ff413ca0d67",
              "name": "Некорректный запрос",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "market",
                    "location",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Client-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"city\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_active\": \"<boolean>\",\n    \"accepts_kgt\": \"<boolean>\",\n    \"accepts_mgt\": \"<boolean>\",\n    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "00f4375c-eb7f-4583-90e1-c5e9d13eaa1a",
              "name": "Ошибка авторизации",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "market",
                    "location",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Client-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"city\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_active\": \"<boolean>\",\n    \"accepts_kgt\": \"<boolean>\",\n    \"accepts_mgt\": \"<boolean>\",\n    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "798abcc8-100b-45bd-9ae0-6d938081e0ce",
              "name": "Превышен лимит запросов",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "market",
                    "location",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Client-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"city\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_active\": \"<boolean>\",\n    \"accepts_kgt\": \"<boolean>\",\n    \"accepts_mgt\": \"<boolean>\",\n    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd9aa561-87f9-453c-8dcc-ab327a24f9e1",
              "name": "Внутренняя ошибка сервера",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "market",
                    "location",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Client-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"city\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_active\": \"<boolean>\",\n    \"accepts_kgt\": \"<boolean>\",\n    \"accepts_mgt\": \"<boolean>\",\n    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89444f99-b546-4a12-9a70-271a72de77a8",
              "name": "Ошибка (неожиданная или прочие)",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "market",
                    "location",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Client-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filter\": {\n    \"city\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_active\": \"<boolean>\",\n    \"accepts_kgt\": \"<boolean>\",\n    \"accepts_mgt\": \"<boolean>\",\n    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9ae0b9d4-84bb-47c6-b867-31e0e2dbb44f",
          "name": "product",
          "item": [
            {
              "id": "ae8569d4-f7a1-416e-8f15-f78fb3b8c82b",
              "name": "price",
              "item": [
                {
                  "id": "9789ff77-202c-4c79-be2e-4b1e4275d067",
                  "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  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "f8328785-f7b0-418f-985b-ea0e3d872290",
                      "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": "Client-Id",
                            "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  \"idempotency_key\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"failed\": [\n    {\n      \"product_id\": \"aliqua consequat\",\n      \"offer_id\": \"cillum Duis ullamco do occaecat\",\n      \"errors\": [\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        },\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        }\n      ]\n    },\n    {\n      \"product_id\": \"irure\",\n      \"offer_id\": \"veniam ut\",\n      \"errors\": [\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        },\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        }\n      ]\n    }\n  ]\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "9bd58725-a0cc-4f04-9de1-7001a840f249",
                      "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": "Client-Id",
                            "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  \"idempotency_key\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "e12c477c-ceca-4c5a-ad4b-ab6d29054b83",
                      "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": "Client-Id",
                            "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  \"idempotency_key\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "c28f1f97-fe11-450b-b5ba-8e8b8b0c41a0",
                      "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": "Client-Id",
                            "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  \"idempotency_key\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Too Many Requests",
                      "code": 429,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "7a4b7114-c4cb-4ef4-aa35-5181d1aa27cb",
                      "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": "Client-Id",
                            "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  \"idempotency_key\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "8de0201e-a91a-47d1-bd40-6ab00b1015aa",
                      "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": "Client-Id",
                            "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  \"idempotency_key\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "57d5c948-4461-4304-99f9-22bcd58b7609",
                  "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": "e391d1e0-8e8d-4b1b-b1ea-cd681502e1fd",
                      "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": "Client-Id",
                            "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\": \"velit culpa in cupidatat ea\",\n      \"offer_id\": \"\",\n      \"price\": -78327838,\n      \"old_price\": -70681460,\n      \"vat\": \"<string>\",\n      \"min_price\": -99589645\n    },\n    {\n      \"product_id\": \"in reprehenderit cupidatat\",\n      \"offer_id\": \"aliquip dolore Exc\",\n      \"price\": -20201722,\n      \"old_price\": 43959946,\n      \"vat\": \"<string>\",\n      \"min_price\": -8967624\n    }\n  ],\n  \"next_cursor\": \"eiusmod tempor ipsum\",\n  \"total\": 17567173\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "3f75bd93-f0e4-49c5-bd4f-ae93e52ccd08",
                      "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": "Client-Id",
                            "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "bc457728-59d7-4501-b4fe-2bcd063301d0",
                      "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": "Client-Id",
                            "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "43ba42a9-ada9-43c6-a539-25c5069e5121",
                      "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": "Client-Id",
                            "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "a3d90141-526d-461e-bf7b-b837dc35d434",
                      "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": "Client-Id",
                            "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "09ab7a91-5177-4145-9da1-be47acd57150",
                      "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": "Client-Id",
                            "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            },
            {
              "id": "b693b4c1-f49d-45b4-ba8e-b61ed6a6b9ec",
              "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    \"is_archived\": \"<boolean>\",\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "12d01153-8701-48dd-815d-7b5f4ba7a673",
                  "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": "Client-Id",
                        "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    \"market_location_ids\": [\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  \"stocks\": [\n    {\n      \"product_id\": \"eu dolor commodo\",\n      \"offer_id\": \"deserunt labore minim\",\n      \"count\": 57894232,\n      \"market_location_id\": \"consequat\"\n    },\n    {\n      \"product_id\": \"pariatur\",\n      \"offer_id\": \"eu Duis elit deserunt magna\",\n      \"count\": 86792485,\n      \"market_location_id\": \"voluptate cupidatat nisi\"\n    }\n  ],\n  \"next_cursor\": \"nostrud elit adipisicing nisi ex\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7af823c1-76a1-4199-a33e-b4a407a146e4",
                  "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": "Client-Id",
                        "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    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3bf31ea2-3ba1-4563-b288-e2a58912f46e",
                  "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": "Client-Id",
                        "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    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0537f4f6-05a5-4bf2-9781-d54ae5644f3d",
                  "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": "Client-Id",
                        "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    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8b78c4f5-e98c-457f-9714-e7bb49bc9809",
                  "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": "Client-Id",
                        "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    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1e28e64e-eeb7-42ea-bf07-a82632a98a50",
                  "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": "Client-Id",
                        "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    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ced7b797-0ee9-4465-8476-d2f3fc33eab0",
              "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": "b0505bc3-f776-4d3b-bfa3-26601f870b74",
                  "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": "Client-Id",
                        "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\": \"tempor voluptate Duis ull\",\n      \"offer_id\": \"ut\",\n      \"is_archived\": false\n    },\n    {\n      \"product_id\": \"quis sint \",\n      \"offer_id\": \"nisi aliquip sun\",\n      \"is_archived\": false\n    }\n  ],\n  \"next_cursor\": \"cillum commodo ullamco\",\n  \"total\": -66101833\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "155aa932-729e-4748-928f-50bede9a034d",
                  "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": "Client-Id",
                        "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f401e206-1132-47ab-8bc1-2155aa96d18a",
                  "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": "Client-Id",
                        "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "79a06197-90de-41f3-8d8e-7acb77bfd3e3",
                  "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": "Client-Id",
                        "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "450dea91-45cb-48eb-9131-5008e3604644",
                  "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": "Client-Id",
                        "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4e4fbb20-a0ab-4d21-98fd-acb788aa3b5b",
                  "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": "Client-Id",
                        "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "bdc980b8-b17a-4a9f-843c-a55bb458d039",
              "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": "d424ec4f-57f8-44eb-88ea-f86b2f8161a8",
                  "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": "Client-Id",
                        "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\": \"in sint\",\n      \"offer_id\": \"in ut\",\n      \"errors\": [\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        },\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        }\n      ]\n    },\n    {\n      \"product_id\": \"ut est amet cupidatat tempor\",\n      \"offer_id\": \"Excepteur incididunt\",\n      \"errors\": [\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        },\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e9179279-6782-472b-a8b7-88d5f9940396",
                  "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": "Client-Id",
                        "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "92db40bb-9983-40ce-a5a5-bbec9fbc6fbf",
                  "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": "Client-Id",
                        "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8d4d52a6-8376-4477-8fc1-1de64949b26c",
                  "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": "Client-Id",
                        "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6860e6c5-8833-4894-9f34-a41f10cac5f7",
                  "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": "Client-Id",
                        "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7af55262-9b81-46c1-89a6-0e3b2912c388",
                  "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": "Client-Id",
                        "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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a2108510-72b9-40c7-8b2f-91f96f6b60c5",
              "name": "Генерация (получение) штрихкода маркетплейса для товаров.",
              "request": {
                "name": "Генерация (получение) штрихкода маркетплейса для товаров.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "product",
                    "barcode",
                    "generate"
                  ],
                  "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      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "9291fe70-5b58-4162-861a-a6e331aa3e1f",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "barcode",
                        "generate"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"results\": [\n    {\n      \"offer_id\": \"labore esse sit enim\",\n      \"product_id\": \"nulla deserunt esse\",\n      \"barcode\": \"labor\",\n      \"errors\": [\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        },\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        }\n      ]\n    },\n    {\n      \"offer_id\": \"commodo culpa laboris sunt\",\n      \"product_id\": \"anim reprehenderit\",\n      \"barcode\": \"officia\",\n      \"errors\": [\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        },\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bfc66c2e-b999-4f7a-b47a-5d9882b8be1c",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "barcode",
                        "generate"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c4cb92a4-9e0f-41ef-8728-6086832e0441",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "barcode",
                        "generate"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "94c93651-3b81-4366-9434-1e02d4caf8ae",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "barcode",
                        "generate"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c869e291-9505-43b4-a17f-9427d64e4d8a",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "barcode",
                        "generate"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d809ba85-e714-4889-b4d1-6590900e223d",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "barcode",
                        "generate"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "3cccfdc8-b8eb-45c4-936c-a1dfb7df6d6b",
          "name": "shipment",
          "item": [
            {
              "id": "30c8c343-a5df-4ed4-96c4-e8ec78beac15",
              "name": "Создание новой отгрузки в статусе DRAFT.",
              "request": {
                "name": "Создание новой отгрузки в статусе DRAFT.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "shipment",
                    "create"
                  ],
                  "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  \"market_location_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "af0c2615-45a1-4653-bf53-4dcddb706a40",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"market_location_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"shipment_id\": \"minim ullamco ut qui consectetur\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e20beea1-da28-43cb-8862-a6faee9793ca",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"market_location_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9c5ef4a2-ae1c-4054-b5c3-ddf19f531514",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"market_location_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ddb9ad5b-eb25-4878-a097-d8e0fdf5447b",
                  "name": "Конфликт ключа идемпотентности",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"market_location_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Conflict",
                  "code": 409,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b78008db-bcf4-4c53-acb0-e1b5dacc96ba",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"market_location_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8b19065b-a819-40e9-898e-0746803b059f",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"market_location_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b6b4fa7c-5fd3-4125-b825-d0f4ccdeac04",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"market_location_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "877a87ec-8c2b-42ef-a5e4-6cc40e5d2226",
              "name": "Обновление отгрузки: дата отгрузки, товары, слот, водитель, транспорт.",
              "request": {
                "name": "Обновление отгрузки: дата отгрузки, товары, слот, водитель, транспорт.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "shipment",
                    "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  \"shipment_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"pass\": {\n    \"driver_name\": \"<string>\",\n    \"driver_phone\": \"<string>\",\n    \"vehicle_model\": \"<string>\",\n    \"vehicle_plate\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "c4ddbe3f-044f-4f20-a8c7-5232fd62f45c",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"pass\": {\n    \"driver_name\": \"<string>\",\n    \"driver_phone\": \"<string>\",\n    \"vehicle_model\": \"<string>\",\n    \"vehicle_plate\": \"<string>\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"shipment_id\": \"ut sint\",\n  \"shipment_date\": \"ut qui elit\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d5c17ec5-8ad9-4f6e-ad7b-7f9ab9dcb422",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"pass\": {\n    \"driver_name\": \"<string>\",\n    \"driver_phone\": \"<string>\",\n    \"vehicle_model\": \"<string>\",\n    \"vehicle_plate\": \"<string>\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "230bf24d-ce7b-4ba1-bd45-e3e98fb01770",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"pass\": {\n    \"driver_name\": \"<string>\",\n    \"driver_phone\": \"<string>\",\n    \"vehicle_model\": \"<string>\",\n    \"vehicle_plate\": \"<string>\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "cc912e3d-eb82-4b13-881d-88a9c379f16f",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"pass\": {\n    \"driver_name\": \"<string>\",\n    \"driver_phone\": \"<string>\",\n    \"vehicle_model\": \"<string>\",\n    \"vehicle_plate\": \"<string>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "882ed124-dcd1-4443-8ce3-4c47b7f29beb",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"pass\": {\n    \"driver_name\": \"<string>\",\n    \"driver_phone\": \"<string>\",\n    \"vehicle_model\": \"<string>\",\n    \"vehicle_plate\": \"<string>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "24d75da1-b7af-4e91-8307-188e452ff7fd",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"shipment_date\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"pass\": {\n    \"driver_name\": \"<string>\",\n    \"driver_phone\": \"<string>\",\n    \"vehicle_model\": \"<string>\",\n    \"vehicle_plate\": \"<string>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "fd333711-6f7f-4b1e-b66d-8f4031fbe704",
              "name": "Подтверждение одной или нескольких отгрузок и резервирование слотов.",
              "request": {
                "name": "Подтверждение одной или нескольких отгрузок и резервирование слотов.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "shipment",
                    "confirm"
                  ],
                  "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  \"shipments\": [\n    {\n      \"shipment_id\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\n    },\n    {\n      \"shipment_id\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "73497c46-bbc7-437b-b439-c5e389a90286",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "confirm"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipments\": [\n    {\n      \"shipment_id\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\n    },\n    {\n      \"shipment_id\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"results\": [\n    {\n      \"shipment_id\": \"voluptate do\",\n      \"status\": \"CANCELLED\",\n      \"errors\": [\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        },\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        }\n      ]\n    },\n    {\n      \"shipment_id\": \"incididunt dolor sunt ex\",\n      \"status\": \"DRAFT\",\n      \"errors\": [\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        },\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f4cd4525-f687-48c3-88a6-2cc3a592544c",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "confirm"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipments\": [\n    {\n      \"shipment_id\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\n    },\n    {\n      \"shipment_id\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3cd9de89-f6f9-481c-a8a5-cde203f8dbd3",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "confirm"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipments\": [\n    {\n      \"shipment_id\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\n    },\n    {\n      \"shipment_id\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ffdeb585-7751-4d13-9035-cca63effed01",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "confirm"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipments\": [\n    {\n      \"shipment_id\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\n    },\n    {\n      \"shipment_id\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e71198e4-87d0-4114-a26d-67843b3a7507",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "confirm"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipments\": [\n    {\n      \"shipment_id\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\n    },\n    {\n      \"shipment_id\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ec0c740f-ba7f-46f2-a8a4-ea7e55fec8bd",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "confirm"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipments\": [\n    {\n      \"shipment_id\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\n    },\n    {\n      \"shipment_id\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "6dc1a6b5-cfce-45a3-919a-52a5f165b793",
              "name": "Отмена отгрузки.",
              "request": {
                "name": "Отмена отгрузки.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "shipment",
                    "cancel"
                  ],
                  "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  \"shipment_id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"cancelled_by\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "13559a89-41f2-459c-86cc-425726afc1a1",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "cancel"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"cancelled_by\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "624d36f1-458b-46d0-adb5-f73a7548a89b",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "cancel"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"cancelled_by\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "18ab3001-43d1-4d30-8ade-b9ea3cb2d0a5",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "cancel"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"cancelled_by\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9482093f-69bc-44b1-9ecf-abb84b832625",
                  "name": "Отгрузка не найдена по shipment_id",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "cancel"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"cancelled_by\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ebb17f63-fae4-4332-a259-cf7836912993",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "cancel"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"cancelled_by\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ab4c8cce-9910-4e4c-b00a-b4bcb9aa8be3",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "cancel"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"cancelled_by\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ee70d24d-dda0-4121-800a-299617c2c602",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "cancel"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"cancelled_by\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "eb9dd973-2096-4cee-9e7e-45bdb6160ef0",
              "name": "Получение полной карточки отгрузки: реквизиты, состав, пропуск, интервал сдачи и грузоместа (packages).",
              "request": {
                "name": "Получение полной карточки отгрузки: реквизиты, состав, пропуск, интервал сдачи и грузоместа (packages).",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "shipment",
                    "get"
                  ],
                  "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  \"shipment_id\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "2581972a-68ad-43c8-99bd-1be7b1662143",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"shipment_id\": \"id aliquip nulla eu\",\n  \"market_location_id\": \"ipsum aliquip\",\n  \"shipment_date\": \"ex nostrud\",\n  \"status\": \"COMPLETED\",\n  \"created_at\": \"1959-10-11T05:50:30.658Z\",\n  \"updated_at\": \"1987-08-11T03:19:18.949Z\",\n  \"timeslot\": {\n    \"id\": \"<string>\",\n    \"start_time\": \"<dateTime>\",\n    \"end_time\": \"<dateTime>\"\n  },\n  \"pass\": {\n    \"driver_name\": \"<string>\",\n    \"driver_phone\": \"<string>\",\n    \"vehicle_model\": \"<string>\",\n    \"vehicle_plate\": \"<string>\"\n  },\n  \"planned_qty_items\": -93778631,\n  \"accepted_qty_items\": 77618211,\n  \"planned_qty_packages\": 79546263,\n  \"accepted_qty_packages\": 67428784,\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"packages\": [\n    {\n      \"package_id\": \"anim Ut ex\",\n      \"package_number\": -79896013,\n      \"type\": \"BOX\",\n      \"items\": [\n        {\n          \"offer_id\": \"adipisicing sed magna id\",\n          \"product_id\": \"dolor enim fugiat\",\n          \"barcode\": \"velit proident sed occaecat\",\n          \"ext_barcode\": \"esse eu\",\n          \"quantity\": -14932819,\n          \"accepted_quantity\": -79739327\n        },\n        {\n          \"offer_id\": \"est\",\n          \"product_id\": \"adipisicing anim voluptate\",\n          \"barcode\": \"ex quis\",\n          \"ext_barcode\": \"veniam in mollit est\",\n          \"quantity\": 95845015,\n          \"accepted_quantity\": 2900029\n        }\n      ]\n    },\n    {\n      \"package_id\": \"id\",\n      \"package_number\": -53940450,\n      \"type\": \"BOX\",\n      \"items\": [\n        {\n          \"offer_id\": \"pariatur\",\n          \"product_id\": \"cupidatat dolor ullamco sit fugiat\",\n          \"barcode\": \"in\",\n          \"ext_barcode\": \"pariatur minim\",\n          \"quantity\": -87710286,\n          \"accepted_quantity\": -60748860\n        },\n        {\n          \"offer_id\": \"qui dolore\",\n          \"product_id\": \"culpa veniam ex\",\n          \"barcode\": \"occaecat sunt \",\n          \"ext_barcode\": \"cillum sunt dolor\",\n          \"quantity\": 16731579,\n          \"accepted_quantity\": -13341385\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8a5b24f7-0ed1-4044-a3b2-b70a2e880c8b",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e4497ca0-744f-4a5b-91a8-c6579575f8c3",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "29189a54-c300-4ddf-a18e-c411d7113c5d",
                  "name": "Отгрузка не найдена по shipment_id",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a69fe53b-1023-48be-b2ff-533ef63fefed",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1947c4a6-5162-4b44-9274-103bc13a6ae4",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "18ce7801-213a-4146-a23d-2d87ff36c9bb",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4f9651f7-8864-4ef3-baea-1fa1d3738b4e",
              "name": "Список отгрузок с фильтрацией.",
              "request": {
                "name": "Список отгрузок с фильтрацией.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "shipment",
                    "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    \"shipment_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"shipment_date\": \"<string>\",\n    \"shipment_date_from\": \"<string>\",\n    \"shipment_date_to\": \"<string>\",\n    \"updated_since\": \"<dateTime>\",\n    \"updated_to\": \"<dateTime>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "0e62c960-c961-44a1-ab83-9ece7492833d",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"shipment_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"shipment_date\": \"<string>\",\n    \"shipment_date_from\": \"<string>\",\n    \"shipment_date_to\": \"<string>\",\n    \"updated_since\": \"<dateTime>\",\n    \"updated_to\": \"<dateTime>\"\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  \"shipments\": [\n    {\n      \"shipment_id\": \"ut incididunt ut officia Duis\",\n      \"market_location_id\": \"dolore Duis officia cillum in\",\n      \"shipment_date\": \"sed magna mollit ea\",\n      \"status\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\n    },\n    {\n      \"shipment_id\": \"cillum incididunt mollit\",\n      \"market_location_id\": \"anim \",\n      \"shipment_date\": \"adipisicing culpa\",\n      \"status\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\n    }\n  ],\n  \"next_cursor\": \"commodo officia aute non magna\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4ccf18b5-4aae-4df4-b06c-dfa72db24ed1",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"shipment_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"shipment_date\": \"<string>\",\n    \"shipment_date_from\": \"<string>\",\n    \"shipment_date_to\": \"<string>\",\n    \"updated_since\": \"<dateTime>\",\n    \"updated_to\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2b331d0b-a5d4-4740-a489-36101bb2b89c",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"shipment_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"shipment_date\": \"<string>\",\n    \"shipment_date_from\": \"<string>\",\n    \"shipment_date_to\": \"<string>\",\n    \"updated_since\": \"<dateTime>\",\n    \"updated_to\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7d2e2dd2-56dd-40f6-a286-9d1f03eaa021",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"shipment_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"shipment_date\": \"<string>\",\n    \"shipment_date_from\": \"<string>\",\n    \"shipment_date_to\": \"<string>\",\n    \"updated_since\": \"<dateTime>\",\n    \"updated_to\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "31d900c0-40f3-4eea-ad84-72e6761bee96",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"shipment_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"shipment_date\": \"<string>\",\n    \"shipment_date_from\": \"<string>\",\n    \"shipment_date_to\": \"<string>\",\n    \"updated_since\": \"<dateTime>\",\n    \"updated_to\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7328e7bf-b248-4620-9fc1-8fafb055a018",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"shipment_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"shipment_date\": \"<string>\",\n    \"shipment_date_from\": \"<string>\",\n    \"shipment_date_to\": \"<string>\",\n    \"updated_since\": \"<dateTime>\",\n    \"updated_to\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7d3723e5-75ef-4f61-839c-d7a398ad5d6a",
              "name": "Получение доступных интервалов сдачи для одной или нескольких отгрузок.",
              "request": {
                "name": "Получение доступных интервалов сдачи для одной или нескольких отгрузок.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "shipment",
                    "timeslot-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  \"shipments\": [\n    {\n      \"shipment_id\": \"<string>\"\n    },\n    {\n      \"shipment_id\": \"<string>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "eaea637a-78ad-4283-a1d1-93a95e423cd9",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "timeslot-list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipments\": [\n    {\n      \"shipment_id\": \"<string>\"\n    },\n    {\n      \"shipment_id\": \"<string>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"results\": [\n    {\n      \"shipment_id\": \"Excepteur aliquip laborum anim\",\n      \"timeslots\": [\n        {\n          \"id\": \"<string>\",\n          \"start_time\": \"<dateTime>\",\n          \"end_time\": \"<dateTime>\"\n        },\n        {\n          \"id\": \"<string>\",\n          \"start_time\": \"<dateTime>\",\n          \"end_time\": \"<dateTime>\"\n        }\n      ],\n      \"errors\": [\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        },\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        }\n      ]\n    },\n    {\n      \"shipment_id\": \"anim ex tempor\",\n      \"timeslots\": [\n        {\n          \"id\": \"<string>\",\n          \"start_time\": \"<dateTime>\",\n          \"end_time\": \"<dateTime>\"\n        },\n        {\n          \"id\": \"<string>\",\n          \"start_time\": \"<dateTime>\",\n          \"end_time\": \"<dateTime>\"\n        }\n      ],\n      \"errors\": [\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        },\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f84b9b33-e264-4bb9-97bc-9f6ba3818c64",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "timeslot-list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipments\": [\n    {\n      \"shipment_id\": \"<string>\"\n    },\n    {\n      \"shipment_id\": \"<string>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f4e5f2f9-82fb-417c-add3-ba48ceeaca4a",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "timeslot-list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipments\": [\n    {\n      \"shipment_id\": \"<string>\"\n    },\n    {\n      \"shipment_id\": \"<string>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e5915c7d-f3ee-4e82-aedd-351c92c3ce33",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "timeslot-list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipments\": [\n    {\n      \"shipment_id\": \"<string>\"\n    },\n    {\n      \"shipment_id\": \"<string>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7c70351c-4dcf-498f-9bcf-238de696b3a8",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "timeslot-list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipments\": [\n    {\n      \"shipment_id\": \"<string>\"\n    },\n    {\n      \"shipment_id\": \"<string>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a99c482f-c43a-4546-96e6-75186ba707e0",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "timeslot-list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipments\": [\n    {\n      \"shipment_id\": \"<string>\"\n    },\n    {\n      \"shipment_id\": \"<string>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1250c21b-e565-449c-aa43-09667a0ad930",
              "name": "Создание и обновление грузомест: упаковка товаров отгрузки в короба/паллеты.",
              "request": {
                "name": "Создание и обновление грузомест: упаковка товаров отгрузки в короба/паллеты.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "shipment",
                    "package",
                    "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  \"shipment_id\": \"<string>\",\n  \"packages\": [\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\n    },\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "afd8931e-e123-4de9-887e-503d4d7781ac",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "package",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"packages\": [\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\n    },\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"packages\": [\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\n    },\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8df9b0f9-d7c9-4081-b51a-2cd4a6c8b2ca",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "package",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"packages\": [\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\n    },\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1ff833ae-21dc-49d4-a248-84e423c48afc",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "package",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"packages\": [\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\n    },\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c1607ecc-169d-4bea-928d-23cdc041e694",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "package",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"packages\": [\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\n    },\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "650380fd-28fd-4a2d-a6b8-a72da9f7cffc",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "package",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"packages\": [\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\n    },\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "962cb8d3-dc51-48ce-b6d3-04c4c929739e",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "package",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"packages\": [\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\n    },\n    {\n      \"package_id\": \"<string>\",\n      \"package_number\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"items\": [\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        },\n        {\n          \"offer_id\": \"<string>\",\n          \"product_id\": \"<string>\",\n          \"barcode\": \"<string>\",\n          \"ext_barcode\": \"<string>\",\n          \"quantity\": \"<integer>\",\n          \"accepted_quantity\": \"<integer>\"\n        }\n      ]\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ecd722c2-1976-4396-ba16-d86945cfc614",
              "name": "Проверка пачки товаров на пригодность к поставке по складам.",
              "request": {
                "name": "Проверка пачки товаров на пригодность к поставке по складам.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "shipment",
                    "items",
                    "check"
                  ],
                  "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      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"market_location_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "32d4e162-3229-41d5-b5f3-bf36df0abe84",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "items",
                        "check"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"market_location_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"results\": [\n    {\n      \"offer_id\": \"culpa ipsum sit\",\n      \"product_id\": \"reprehenderit esse magna in\",\n      \"eligible\": true,\n      \"market_location_ids\": [\n        \"pariatur ad magna\",\n        \"nostrud sunt\"\n      ],\n      \"reason\": \"dolor\"\n    },\n    {\n      \"offer_id\": \"aliquip laborum do ut\",\n      \"product_id\": \"enim\",\n      \"eligible\": false,\n      \"market_location_ids\": [\n        \"nostrud quis elit\",\n        \"aute dolore nostrud fugiat\"\n      ],\n      \"reason\": \"magna\"\n    }\n  ],\n  \"locations\": [\n    {\n      \"market_location_id\": \"exercitation\",\n      \"acceptance_coef\": 12684540.780372351,\n      \"storage_coef\": -86103991.14530906,\n      \"delivery_coef\": 94377405.66712055\n    },\n    {\n      \"market_location_id\": \"magna\",\n      \"acceptance_coef\": 70331190.0782063,\n      \"storage_coef\": -55613776.242386416,\n      \"delivery_coef\": 67790965.61986414\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "479f335e-b900-4a47-9b7c-a78f2ac47a2e",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "items",
                        "check"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"market_location_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ecfda9af-ab82-49a9-8129-66240d41e101",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "items",
                        "check"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"market_location_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "69b940b7-4dde-4559-af19-1ace6108f3c3",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "items",
                        "check"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"market_location_ids\": [\n    \"<string>\",\n    \"<string>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "287919fa-3b73-4181-a54d-30cd864d7d88",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "items",
                        "check"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"market_location_ids\": [\n    \"<string>\",\n    \"<string>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c6e2ed88-7673-4997-8945-0c2ce8a7aa7a",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "items",
                        "check"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"market_location_ids\": [\n    \"<string>\",\n    \"<string>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1fadf4a2-3303-43d0-ad4e-4ff5c4056ed4",
              "name": "document",
              "item": [
                {
                  "id": "8c1a80bc-c05e-42b6-93d6-edf6487e9b4b",
                  "name": "Список документов отгрузки с фильтрацией по типу и формату файла.",
                  "request": {
                    "name": "Список документов отгрузки с фильтрацией по типу и формату файла.",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "document",
                        "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  \"shipment_id\": \"<string>\",\n  \"type\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"format\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "a5cc6ebf-3ddc-4d4e-af0e-d1aab40e9b2e",
                      "name": "A successful response.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "shipment",
                            "document",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Client-Id",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"type\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"format\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"documents\": [\n    {\n      \"document_id\": \"officia eu\",\n      \"type\": \"<string>\",\n      \"status\": \"PENDING\",\n      \"created_at\": \"1981-05-12T03:52:01.744Z\",\n      \"file\": {\n        \"file_id\": \"aute esse\",\n        \"name\": \"elit fugiat minim tempor veniam\",\n        \"url\": \"ut sint dolor dolore ipsum\",\n        \"expires_at\": \"1988-04-21T18:44:13.686Z\"\n      }\n    },\n    {\n      \"document_id\": \"cupidatat voluptate in\",\n      \"type\": \"<string>\",\n      \"status\": \"PENDING\",\n      \"created_at\": \"1948-09-22T10:53:44.823Z\",\n      \"file\": {\n        \"file_id\": \"do commodo\",\n        \"name\": \"et eu exercitation nulla\",\n        \"url\": \"voluptate\",\n        \"expires_at\": \"2024-02-06T15:25:14.197Z\"\n      }\n    }\n  ]\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "97785bc8-046a-4932-8984-2f310a5eeadd",
                      "name": "Некорректный запрос",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "shipment",
                            "document",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Client-Id",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"type\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"format\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "61ac5540-d993-4e91-90d4-3df5afb4999e",
                      "name": "Ошибка авторизации",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "shipment",
                            "document",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Client-Id",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"type\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"format\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "1ae97456-42f0-431e-b68d-112dedbb0b22",
                      "name": "Превышен лимит запросов",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "shipment",
                            "document",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Client-Id",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"type\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"format\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Too Many Requests",
                      "code": 429,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "9fef6ae6-5225-4ef1-bd5c-3408148ff9be",
                      "name": "Внутренняя ошибка сервера",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "shipment",
                            "document",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Client-Id",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"type\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"format\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "7f77b694-48d9-4d69-9122-1f0e4fc82329",
                      "name": "Ошибка (неожиданная или прочие)",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "shipment",
                            "document",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Client-Id",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"type\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"format\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "5413b3dd-2ce1-4439-8c1e-581e758c0528",
                  "name": "Документ отгрузки со свежей ссылкой на скачивание в выбранном формате.",
                  "request": {
                    "name": "Документ отгрузки со свежей ссылкой на скачивание в выбранном формате.",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "shipment",
                        "document",
                        "get"
                      ],
                      "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  \"document_id\": \"<string>\",\n  \"format\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "b4d4bb36-faac-45d4-b811-016c770404e1",
                      "name": "A successful response.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "shipment",
                            "document",
                            "get"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Client-Id",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"document_id\": \"<string>\",\n  \"format\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"document\": {\n    \"document_id\": \"Ut ad Duis anim\",\n    \"type\": \"<string>\",\n    \"status\": \"AVAILABLE\",\n    \"created_at\": \"1952-01-03T16:18:30.788Z\",\n    \"file\": {\n      \"file_id\": \"ut nulla ea\",\n      \"name\": \"officia voluptate consequat exercitation\",\n      \"url\": \"Duis sint pariatur ipsum in\",\n      \"expires_at\": \"2001-02-11T18:36:23.945Z\"\n    }\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "5388a688-28fb-42b0-9186-ac41a9b80194",
                      "name": "Некорректный запрос",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "shipment",
                            "document",
                            "get"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Client-Id",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"document_id\": \"<string>\",\n  \"format\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "eba580e8-095c-42c9-96ca-d27d6405a349",
                      "name": "Ошибка авторизации",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "shipment",
                            "document",
                            "get"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Client-Id",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"document_id\": \"<string>\",\n  \"format\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "e011f426-67fc-4c6c-84fe-f2857ab2a950",
                      "name": "Превышен лимит запросов",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "shipment",
                            "document",
                            "get"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Client-Id",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"document_id\": \"<string>\",\n  \"format\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Too Many Requests",
                      "code": 429,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "c0445f06-8ee4-4970-90a3-3aca00530ab0",
                      "name": "Внутренняя ошибка сервера",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "shipment",
                            "document",
                            "get"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Client-Id",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"document_id\": \"<string>\",\n  \"format\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "297a8cf1-2bc3-4d6e-bbcf-89603bb44783",
                      "name": "Ошибка (неожиданная или прочие)",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "shipment",
                            "document",
                            "get"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Client-Id",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"document_id\": \"<string>\",\n  \"format\": \"<string>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            }
          ],
          "event": []
        },
        {
          "id": "6fe896c3-d902-40a6-8fa6-253c4eb4eec0",
          "name": "label",
          "item": [
            {
              "id": "eb25bd26-2f7e-4797-b0dc-64c79c231382",
              "name": "Этикетки (стикеры) товаров поставки.",
              "request": {
                "name": "Этикетки (стикеры) товаров поставки.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "label",
                    "items",
                    "get"
                  ],
                  "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  \"shipment_id\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"format\": \"PDF\",\n  \"size\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "4f8fd3c2-cf79-49d9-83c7-1743f6f1f15c",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "label",
                        "items",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"format\": \"PDF\",\n  \"size\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"labels\": [\n    {\n      \"offer_id\": \"non in velit minim Duis\",\n      \"product_id\": \"\",\n      \"format\": \"PDF\",\n      \"size\": \"<string>\",\n      \"content_type\": \"v\",\n      \"content_base64\": \"proident f\",\n      \"page_count\": 91095823\n    },\n    {\n      \"offer_id\": \"ipsum laboris reprehenderit eu\",\n      \"product_id\": \"in enim eu mollit\",\n      \"format\": \"PDF\",\n      \"size\": \"<string>\",\n      \"content_type\": \"voluptate irure cupidatat\",\n      \"content_base64\": \"nulla reprehenderit consequat\",\n      \"page_count\": 75598986\n    }\n  ],\n  \"failed\": [\n    {\n      \"offer_id\": \"Du\",\n      \"product_id\": \"et sunt\",\n      \"errors\": [\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        },\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        }\n      ]\n    },\n    {\n      \"offer_id\": \"culpa esse cupidatat deserunt\",\n      \"product_id\": \"id labore reprehenderit\",\n      \"errors\": [\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        },\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8ac79087-a2fe-48ef-9387-ae041c5b30e0",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "label",
                        "items",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"format\": \"PDF\",\n  \"size\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d178be0d-e0b5-4986-b634-0c19fb121552",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "label",
                        "items",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"format\": \"PDF\",\n  \"size\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6c2f8083-946d-44db-8d52-f19920cb78fe",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "label",
                        "items",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"format\": \"PDF\",\n  \"size\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a533fbe1-efd3-4501-a934-e8af85edfdb0",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "label",
                        "items",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"format\": \"PDF\",\n  \"size\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3c19e769-1d95-46d8-9e31-94eedd8fcd6a",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "label",
                        "items",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"items\": [\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"offer_id\": \"<string>\",\n      \"product_id\": \"<string>\",\n      \"barcode\": \"<string>\",\n      \"ext_barcode\": \"<string>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"format\": \"PDF\",\n  \"size\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "537bc5a7-3c3a-4559-a465-de7c24ef3a50",
              "name": "Этикетки грузовых мест поставки (короба и паллеты).",
              "request": {
                "name": "Этикетки грузовых мест поставки (короба и паллеты).",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "label",
                    "packages",
                    "get"
                  ],
                  "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  \"shipment_id\": \"<string>\",\n  \"package_id\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"format\": \"PDF\",\n  \"size\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "8ee00e4a-66a4-4b49-80f6-9563fa20a2fa",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "label",
                        "packages",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"package_id\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"format\": \"PDF\",\n  \"size\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"labels\": [\n    {\n      \"package_id\": \"commodo consequat\",\n      \"format\": \"PDF\",\n      \"size\": \"<string>\",\n      \"content_type\": \"ut consectetur\",\n      \"content_base64\": \"sit consequat sed in\",\n      \"page_count\": 53192182\n    },\n    {\n      \"package_id\": \"dolor elit ea irure\",\n      \"format\": \"PDF\",\n      \"size\": \"<string>\",\n      \"content_type\": \"incididunt laborum\",\n      \"content_base64\": \"sint irure ad\",\n      \"page_count\": 30584623\n    }\n  ],\n  \"failed\": [\n    {\n      \"package_id\": \"nostrud dolore enim est magna\",\n      \"errors\": [\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        },\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        }\n      ]\n    },\n    {\n      \"package_id\": \"anim consequat mollit\",\n      \"errors\": [\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        },\n        {\n          \"field\": \"product_id\",\n          \"code\": \"NOT_FOUND\",\n          \"message\": \"Товар не найден\"\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "340f9ecb-86c5-43cc-8d53-3592c28129d2",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "label",
                        "packages",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"package_id\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"format\": \"PDF\",\n  \"size\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e4add63f-bfa0-4bd3-89c8-c45b5e90574d",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "label",
                        "packages",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"package_id\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"format\": \"PDF\",\n  \"size\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "04104fd0-25c6-4981-8ecf-c2eaba46e033",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "label",
                        "packages",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"package_id\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"format\": \"PDF\",\n  \"size\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8c176509-4357-4bc5-9a85-20955ec2eda6",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "label",
                        "packages",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"package_id\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"format\": \"PDF\",\n  \"size\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6feffa86-40c4-4777-b410-eb9dff61cff0",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "label",
                        "packages",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"shipment_id\": \"<string>\",\n  \"package_id\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"format\": \"PDF\",\n  \"size\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "5d3c4533-194c-486f-8751-e9ad6891c929",
          "name": "order/fbo",
          "item": [
            {
              "id": "19dbe28a-1c74-4319-af70-7c9e5ae9d980",
              "name": "Список заказов FBO с фильтрами и пагинацией.",
              "request": {
                "name": "Список заказов FBO с фильтрами и пагинацией.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "fbo",
                    "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    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\",\n    \"updated_to\": \"<dateTime>\",\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "9ffb08b0-5931-4d0c-8dc0-a7b0bdb73f7a",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "fbo",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\",\n    \"updated_to\": \"<dateTime>\",\n    \"market_location_ids\": [\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  \"orders\": [\n    {\n      \"merchant_order_id\": \"Lorem dolor\",\n      \"client_order_id\": \"dolore anim adipisicing amet irure\",\n      \"market_location_id\": \"cupidatat Lorem ipsu\",\n      \"status\": \"<string>\",\n      \"created_at\": \"1947-02-19T20:16:59.717Z\",\n      \"updated_at\": \"1967-04-02T11:24:49.624Z\",\n      \"delivery\": {\n        \"delivery_type\": \"COURIER\",\n        \"address_tail\": \"amet ea culpa in veniam\",\n        \"comment\": \"culpa \",\n        \"latitude\": -80844695.74471882,\n        \"provider_location_id\": \"sed mollit deserunt aute in\",\n        \"longitude\": -61343324.935357705\n      },\n      \"product_id\": \"quis et cupidatat est\",\n      \"offer_id\": \"mollit deserunt reprehenderit commodo\",\n      \"name\": \"amet incididunt\",\n      \"prices\": [\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": 95870948,\n          \"currency_code\": \"RUB\"\n        },\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": 47714814,\n          \"currency_code\": \"RUB\"\n        }\n      ]\n    },\n    {\n      \"merchant_order_id\": \"irure reprehenderit magna ea\",\n      \"client_order_id\": \"sint minim\",\n      \"market_location_id\": \"nisi sit ex\",\n      \"status\": \"<string>\",\n      \"created_at\": \"1975-02-21T16:10:32.884Z\",\n      \"updated_at\": \"1969-01-21T18:43:02.716Z\",\n      \"delivery\": {\n        \"delivery_type\": \"PICKUP_POINT\",\n        \"address_tail\": \"eiusmod mollit\",\n        \"comment\": \"occaecat\",\n        \"latitude\": -53731157.91405616,\n        \"provider_location_id\": \"Duis ut enim E\",\n        \"longitude\": -13240546.318615109\n      },\n      \"product_id\": \"quis adipisicing\",\n      \"offer_id\": \"mollit do sed\",\n      \"name\": \"mollit amet sit enim\",\n      \"prices\": [\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": -75820232,\n          \"currency_code\": \"RUB\"\n        },\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": 76100053,\n          \"currency_code\": \"RUB\"\n        }\n      ]\n    }\n  ],\n  \"next_cursor\": \"est cupidatat Ut\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b66d64f0-5503-4326-8e15-e0f43bb0768a",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "fbo",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\",\n    \"updated_to\": \"<dateTime>\",\n    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bf1ef9ec-f307-4a19-b6ae-e11a9392d097",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "fbo",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\",\n    \"updated_to\": \"<dateTime>\",\n    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2c463db4-4b07-452d-a858-1319814b44b0",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "fbo",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\",\n    \"updated_to\": \"<dateTime>\",\n    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b91b7a7d-f021-41be-b190-22e5c8ca1549",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "fbo",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\",\n    \"updated_to\": \"<dateTime>\",\n    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "55b1a913-e87c-4b6a-8054-1918b6aff6e9",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "fbo",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\",\n    \"updated_to\": \"<dateTime>\",\n    \"market_location_ids\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f15acbd9-a511-436c-9e68-e9551b512c15",
              "name": "Получение обновлений статусов заказов.",
              "request": {
                "name": "Получение обновлений статусов заказов.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "fbo",
                    "status",
                    "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    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "94f0dbef-d5cf-4fc7-960b-f7c503845907",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "fbo",
                        "status",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\"\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  \"order_updates\": [\n    {\n      \"merchant_order_id\": \"en\",\n      \"client_order_id\": \"magna sunt incididunt do\",\n      \"status\": \"<string>\",\n      \"updated_at\": \"2022-08-28T16:09:50.956Z\"\n    },\n    {\n      \"merchant_order_id\": \"sint laborum\",\n      \"client_order_id\": \"elit nostrud incididunt\",\n      \"status\": \"<string>\",\n      \"updated_at\": \"1953-01-09T06:49:54.170Z\"\n    }\n  ],\n  \"next_cursor\": \"ips\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "12252c35-8026-4ebf-92d0-1d77f70df112",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "fbo",
                        "status",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b99dd05b-2354-4ead-a9d1-6cba342140fe",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "fbo",
                        "status",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f92c612c-85a5-4ef9-9d33-e33806e12e92",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "fbo",
                        "status",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "207e7a14-f47f-4d2c-b508-c7861c472d7d",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "fbo",
                        "status",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e97c7630-fccb-4454-a72c-553826cf6310",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "fbo",
                        "status",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "8886c397-9bb0-4f62-b6a3-6f3e934a5689",
          "name": "return/fbo",
          "item": [
            {
              "id": "7f4932c5-9af0-4484-90ec-7a070414ef92",
              "name": "Список заявок на возврат.",
              "request": {
                "name": "Список заявок на возврат.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "return",
                    "fbo",
                    "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    \"return_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "9d5bf8c3-634f-4ed2-ad0c-1b1083b80c93",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "fbo",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"return_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\"\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  \"returns\": [\n    {\n      \"return_id\": \"al\",\n      \"merchant_order_id\": \"enim deserunt quis\",\n      \"client_order_id\": \"in cupidatat\",\n      \"status\": \"<string>\",\n      \"product_id\": \"aute est laboris labore\",\n      \"offer_id\": \"fugiat sint laboris labore consectetur\",\n      \"quantity\": 68694252,\n      \"reason_code\": \"ullamco non laboris\",\n      \"reason_comment\": \"fugiat magna et pariatur\",\n      \"created_at\": \"1984-03-25T02:44:38.362Z\",\n      \"updated_at\": \"1968-01-27T21:16:03.179Z\"\n    },\n    {\n      \"return_id\": \"enim\",\n      \"merchant_order_id\": \"cillum sit commodo sed ea\",\n      \"client_order_id\": \"veniam in ut\",\n      \"status\": \"<string>\",\n      \"product_id\": \"in ut Lorem\",\n      \"offer_id\": \"ea esse\",\n      \"quantity\": 48520470,\n      \"reason_code\": \"irure laborum voluptate\",\n      \"reason_comment\": \"occaecat aliqua amet in\",\n      \"created_at\": \"1948-04-17T21:30:30.274Z\",\n      \"updated_at\": \"2021-08-03T09:38:18.339Z\"\n    }\n  ],\n  \"next_cursor\": \"sit cupidatat sunt ex pariatur\",\n  \"total\": -43985304\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "040f1a02-52e5-45f9-97f9-3f87c348e995",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "fbo",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"return_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "76a2c850-29f2-424d-90ca-c5d6894bbf03",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "fbo",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"return_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "75bf9a02-6c65-4e82-95b9-64d85659f984",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "fbo",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"return_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e050ba7c-cde4-44f8-aff4-ea031e978553",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "fbo",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"return_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7014fd2c-13f4-4349-8fd9-b98800f5fa16",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "fbo",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"return_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_since\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4800f823-91ee-493d-ad08-2c0b69c7d324",
              "name": "Детальная карточка возврата.",
              "request": {
                "name": "Детальная карточка возврата.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "return",
                    "fbo",
                    "get"
                  ],
                  "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  \"return_id\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "149d24fd-ce4a-48b2-b383-b93ee81f97ee",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "fbo",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"return_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"return_details\": {\n    \"returns\": {\n      \"return_id\": \"laborum nulla\",\n      \"merchant_order_id\": \"consequat quis id ex\",\n      \"client_order_id\": \"et\",\n      \"status\": \"<string>\",\n      \"product_id\": \"Duis proident laborum dolore\",\n      \"offer_id\": \"est dolor mollit\",\n      \"quantity\": -5505011,\n      \"reason_code\": \"aliquip in\",\n      \"reason_comment\": \"dolor mollit proident elit voluptate\",\n      \"created_at\": \"2025-07-25T00:28:27.386Z\",\n      \"updated_at\": \"1981-11-13T22:59:48.792Z\"\n    },\n    \"shipment\": {\n      \"provider_code\": \"inc\",\n      \"tracking_number\": \"cupidatat ad\",\n      \"tracking_url\": \"amet mollit dolor\"\n    },\n    \"status_history\": [\n      {\n        \"status\": \"<string>\",\n        \"changed_by\": \"MARKET\",\n        \"changed_at\": \"1983-07-21T16:17:38.514Z\",\n        \"comment\": \"id Duis ex\"\n      },\n      {\n        \"status\": \"<string>\",\n        \"changed_by\": \"MARKET\",\n        \"changed_at\": \"1992-08-17T01:49:47.362Z\",\n        \"comment\": \"ex dolore Duis culpa\"\n      }\n    ],\n    \"available_actions\": [\n      {\n        \"action\": \"PARTIAL_REFUND\",\n        \"title\": \"dolore magna\",\n        \"hint\": \"laboris dolor\"\n      },\n      {\n        \"action\": \"PARTIAL_REFUND\",\n        \"title\": \"enim\",\n        \"hint\": \"minim culpa exercitation\"\n      }\n    ],\n    \"compensation\": {\n      \"amount\": -53421237,\n      \"currency\": \"RUB\",\n      \"paid_at\": \"2023-06-30T12:00:42.074Z\"\n    }\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a61ba626-3c51-4c7c-9722-82c436368a78",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "fbo",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"return_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "04dc071c-f50a-4422-8e5d-5cf70029ae52",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "fbo",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"return_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "620b83e1-d1b9-449d-aad0-e8fce939df38",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "fbo",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"return_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4863304b-78e8-4e87-82c2-7140aa23484f",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "fbo",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"return_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "321119a5-1bab-4e75-81d4-8b6b0a05fc7e",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "fbo",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"return_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "2876438a-1e44-41bf-a2c8-cbd0867722e1",
          "name": "report",
          "item": [
            {
              "id": "1498017a-a82b-4a82-a1d4-f54052319471",
              "name": "Заказать формирование файлового отчёта.",
              "request": {
                "name": "Заказать формирование файлового отчёта.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "report",
                    "create"
                  ],
                  "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  \"report_type\": \"<string>\",\n  \"date_from\": \"<dateTime>\",\n  \"date_to\": \"<dateTime>\",\n  \"format\": \"CSV\",\n  \"filter\": {\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "ea3bba41-b004-46b3-b622-95010d8b5736",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_type\": \"<string>\",\n  \"date_from\": \"<dateTime>\",\n  \"date_to\": \"<dateTime>\",\n  \"format\": \"CSV\",\n  \"filter\": {\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"report_id\": \"deserunt\",\n  \"status\": \"SUCCESS\",\n  \"file\": {\n    \"file_id\": \"incididunt est do\",\n    \"name\": \"velit ad do incididunt dolore\",\n    \"url\": \"proident in nostrud ea ex\",\n    \"expires_at\": \"1967-01-25T23:24:34.836Z\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "08a8825e-69ba-4333-89c5-246a785f5768",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_type\": \"<string>\",\n  \"date_from\": \"<dateTime>\",\n  \"date_to\": \"<dateTime>\",\n  \"format\": \"CSV\",\n  \"filter\": {\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e65bbae7-e4f5-4d68-8a60-c0cd33e023ca",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_type\": \"<string>\",\n  \"date_from\": \"<dateTime>\",\n  \"date_to\": \"<dateTime>\",\n  \"format\": \"CSV\",\n  \"filter\": {\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c808194a-bad0-45b1-ba9a-a8c453a4e970",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_type\": \"<string>\",\n  \"date_from\": \"<dateTime>\",\n  \"date_to\": \"<dateTime>\",\n  \"format\": \"CSV\",\n  \"filter\": {\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "deec8cf1-58b6-4978-a40f-1bd115a687e9",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_type\": \"<string>\",\n  \"date_from\": \"<dateTime>\",\n  \"date_to\": \"<dateTime>\",\n  \"format\": \"CSV\",\n  \"filter\": {\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f63c0b73-f209-4884-b20a-09742677f640",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_type\": \"<string>\",\n  \"date_from\": \"<dateTime>\",\n  \"date_to\": \"<dateTime>\",\n  \"format\": \"CSV\",\n  \"filter\": {\n    \"market_location_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"idempotency_key\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "0e9c77d6-8b1f-4b3f-abaa-a4f4297d9cef",
              "name": "Статус отчёта и ссылка на файл.",
              "request": {
                "name": "Статус отчёта и ссылка на файл.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "report",
                    "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  \"report_id\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "df8b00d2-7e59-48cc-a7a1-be87a040af1b",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"report_id\": \"dolore officia cupidatat nulla\",\n  \"status\": \"FAILED\",\n  \"file\": {\n    \"file_id\": \"dolor\",\n    \"name\": \"quis aliqua consequat elit\",\n    \"url\": \"d\",\n    \"expires_at\": \"1989-03-17T15:15:25.526Z\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "cd8ab21d-fc9a-4e5c-b918-cf16585b51ad",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a7163148-8a71-4313-993d-c2580199bd69",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "af191b17-e98e-4635-b0bf-d91f6f664d0f",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8bec7f87-afa7-41f2-b2dd-012474eea9c4",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "af12a17a-e4b4-4e65-bba8-74ada344bcfd",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "dd2d25da-1962-4e28-be9d-fdb85f9a75d7",
              "name": "Список ранее сформированных отчётов.",
              "request": {
                "name": "Список ранее сформированных отчётов.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "report",
                    "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    \"report_type\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_since\": \"<dateTime>\",\n    \"created_to\": \"<dateTime>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "2b6560dc-4e3a-48fe-a128-234de9e8cea2",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"report_type\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_since\": \"<dateTime>\",\n    \"created_to\": \"<dateTime>\"\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  \"reports\": [\n    {\n      \"report_id\": \"quis velit sint reprehenderit\",\n      \"status\": \"<string>\",\n      \"file\": {\n        \"file_id\": \"minim consectetur Ut\",\n        \"name\": \"dolore ea anim\",\n        \"url\": \"Lorem officia\",\n        \"expires_at\": \"1976-12-15T05:10:58.523Z\"\n      }\n    },\n    {\n      \"report_id\": \"adipisicing magna consectetur\",\n      \"status\": \"<string>\",\n      \"file\": {\n        \"file_id\": \"pariatur ipsum sit cillum\",\n        \"name\": \"magna ipsum aliquip cillum\",\n        \"url\": \"dolore et enim aliqua\",\n        \"expires_at\": \"1956-11-23T07:22:31.912Z\"\n      }\n    }\n  ],\n  \"next_cursor\": \"eiusmod proident\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "01fac629-bb75-44c5-a661-f4b2763619d4",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"report_type\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_since\": \"<dateTime>\",\n    \"created_to\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c3608325-6d2e-47b4-97e1-9de45dd5a048",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"report_type\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_since\": \"<dateTime>\",\n    \"created_to\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e22be2bf-f51b-44da-9839-50c9f368fe38",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"report_type\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_since\": \"<dateTime>\",\n    \"created_to\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "23af505c-bab1-4d97-a935-e8f90731a8c7",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"report_type\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_since\": \"<dateTime>\",\n    \"created_to\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "65ac821f-196d-43ea-a6ce-3cb914b5f1df",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "report",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"report_type\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_since\": \"<dateTime>\",\n    \"created_to\": \"<dateTime>\"\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "8c5d4cf2-1c0c-49d2-9fa8-15ca2576ddd9",
          "name": "finance",
          "item": [
            {
              "id": "e83b0025-6e1d-40b1-9b08-6f7467eaa11c",
              "name": "Список финансовых операций (начисления и списания).",
              "request": {
                "name": "Список финансовых операций (начисления и списания).",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "finance",
                    "transaction",
                    "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    \"date_from\": \"<dateTime>\",\n    \"date_to\": \"<dateTime>\",\n    \"operation_type\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"shipment_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "c0ee36b3-7a83-4412-b26b-075136558db6",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "finance",
                        "transaction",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"date_from\": \"<dateTime>\",\n    \"date_to\": \"<dateTime>\",\n    \"operation_type\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"shipment_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  \"transactions\": [\n    {\n      \"operation_id\": \"in dolor ad in\",\n      \"operation_type\": \"<string>\",\n      \"operation_date\": \"2013-07-20T13:15:08.298Z\",\n      \"amount\": -89341038,\n      \"currency\": \"RUB\",\n      \"merchant_order_id\": \"nisi ut Lorem officia\",\n      \"shipment_id\": \"esse non\",\n      \"offer_id\": \"esse Ut\",\n      \"product_id\": \"nisi velit\",\n      \"description\": \"ex\",\n      \"services\": [\n        {\n          \"name\": \"dolore\",\n          \"amount\": 83618345\n        },\n        {\n          \"name\": \"incididunt ut\",\n          \"amount\": -56237502\n        }\n      ]\n    },\n    {\n      \"operation_id\": \"amet magna commodo dolor\",\n      \"operation_type\": \"<string>\",\n      \"operation_date\": \"2020-10-09T04:55:02.464Z\",\n      \"amount\": -11677351,\n      \"currency\": \"RUB\",\n      \"merchant_order_id\": \"nisi laboris proident incididunt in\",\n      \"shipment_id\": \"adipisicing do sint Duis ea\",\n      \"offer_id\": \"eu et\",\n      \"product_id\": \"cupidatat do in anim\",\n      \"description\": \"esse Excepteur\",\n      \"services\": [\n        {\n          \"name\": \"consequat et sunt\",\n          \"amount\": 22392362\n        },\n        {\n          \"name\": \"velit Excepteur ut sed\",\n          \"amount\": 92737239\n        }\n      ]\n    }\n  ],\n  \"next_cursor\": \"sit aliqua officia consectetur\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5dc60bf8-d9cd-4f40-be5c-48e623de9799",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "finance",
                        "transaction",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"date_from\": \"<dateTime>\",\n    \"date_to\": \"<dateTime>\",\n    \"operation_type\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"shipment_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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "185d53ec-598c-4350-a1f0-235d5e133e1f",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "finance",
                        "transaction",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"date_from\": \"<dateTime>\",\n    \"date_to\": \"<dateTime>\",\n    \"operation_type\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"shipment_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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e848ab9a-0f71-4c31-bf2f-20b5540245e8",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "finance",
                        "transaction",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"date_from\": \"<dateTime>\",\n    \"date_to\": \"<dateTime>\",\n    \"operation_type\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"shipment_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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d09607a4-b064-4a8e-a1fc-fdb492c8a9f4",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "finance",
                        "transaction",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"date_from\": \"<dateTime>\",\n    \"date_to\": \"<dateTime>\",\n    \"operation_type\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"shipment_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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e8b78265-a580-4bd9-b46e-9403b3522639",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "finance",
                        "transaction",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"date_from\": \"<dateTime>\",\n    \"date_to\": \"<dateTime>\",\n    \"operation_type\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"shipment_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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4f0d8e12-e80f-46b2-a298-121a6673fe90",
              "name": "Список выплат по расчётным периодам.",
              "request": {
                "name": "Список выплат по расчётным периодам.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "finance",
                    "payout",
                    "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    \"date_from\": \"<dateTime>\",\n    \"date_to\": \"<dateTime>\",\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "f70e54b7-d207-4559-92c4-86fc040258b1",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "finance",
                        "payout",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"date_from\": \"<dateTime>\",\n    \"date_to\": \"<dateTime>\",\n    \"status\": [\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  \"payouts\": [\n    {\n      \"payout_id\": \"aliqua nostrud adipisicing sint\",\n      \"status\": \"<string>\",\n      \"amount\": 95264682,\n      \"currency\": \"RUB\",\n      \"period_from\": \"2000-08-16T04:38:42.809Z\",\n      \"period_to\": \"2021-02-04T22:47:09.712Z\",\n      \"paid_at\": \"1961-11-11T20:19:36.566Z\"\n    },\n    {\n      \"payout_id\": \"dolore veniam\",\n      \"status\": \"<string>\",\n      \"amount\": -71742334,\n      \"currency\": \"RUB\",\n      \"period_from\": \"1995-12-22T08:38:19.982Z\",\n      \"period_to\": \"2011-02-26T07:52:57.744Z\",\n      \"paid_at\": \"2015-07-28T21:33:28.387Z\"\n    }\n  ],\n  \"next_cursor\": \"qui labore cupidatat\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "06f02d5a-662a-4d53-afc4-75a083639ad7",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "finance",
                        "payout",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"date_from\": \"<dateTime>\",\n    \"date_to\": \"<dateTime>\",\n    \"status\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c7bbed7e-6b29-40f6-b4a9-37b011afde30",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "finance",
                        "payout",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"date_from\": \"<dateTime>\",\n    \"date_to\": \"<dateTime>\",\n    \"status\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "189bea28-8a93-4f57-8f89-0af95d914093",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "finance",
                        "payout",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"date_from\": \"<dateTime>\",\n    \"date_to\": \"<dateTime>\",\n    \"status\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d7785cb4-6f49-4e31-aa21-e39bdbfda3b4",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "finance",
                        "payout",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"date_from\": \"<dateTime>\",\n    \"date_to\": \"<dateTime>\",\n    \"status\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c1ff3d7a-e2ef-4794-8186-9ca149161fbe",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "finance",
                        "payout",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"date_from\": \"<dateTime>\",\n    \"date_to\": \"<dateTime>\",\n    \"status\": [\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_UNAUTHORIZED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"dolor do\",\n  \"details\": {\n    \"in_563\": \"Lorem non dolor voluptate\",\n    \"ut78\": \"dolor sit voluptate sed eu\",\n    \"dolor_5\": \"cupidatat est et ut\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "https://api.example.com",
      "key": "baseUrl"
    }
  ],
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "key",
        "value": "Client-Id"
      },
      {
        "key": "value",
        "value": "{{apiKey}}"
      },
      {
        "key": "in",
        "value": "header"
      }
    ]
  },
  "info": {
    "_postman_id": "d003e270-2a8c-4101-8093-87055522c31c",
    "name": "Seller API FBO",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Базовые методы Seller API (FBO): склады маркетплейса, отгрузки, заказы, возвраты и файловые отчёты.",
      "type": "text/plain"
    }
  }
}