{
  "item": [
    {
      "id": "a782058c-40b8-4315-b549-8b1c4b55375b",
      "name": "v1",
      "item": [
        {
          "id": "b9199c04-7900-4e99-8b51-7e130556fbcf",
          "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": "cc68c7a9-d794-4b7d-a177-a9e3527577d5",
              "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\": \"string\",\n      \"name\": \"string\",\n      \"city\": \"string\",\n      \"address_tail\": \"string\",\n      \"timezone\": \"string\",\n      \"is_active\": false,\n      \"acceptance_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"start_time\": \"string\",\n            \"end_time\": \"string\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"start_time\": \"string\",\n            \"end_time\": \"string\"\n          }\n        }\n      ],\n      \"shipment_limits\": {\n        \"accepts_standard\": true,\n        \"accepts_kgt\": false,\n        \"accepts_mgt\": true,\n        \"max_weight_kg\": 8632.016389045284,\n        \"max_length_cm\": 763.66513075943,\n        \"max_width_cm\": 8513.853204490415,\n        \"max_height_cm\": 1185.3946485895162,\n        \"max_sum_dimensions_cm\": 4240.598768669247,\n        \"comment\": \"string\"\n      },\n      \"acceptance_instructions\": \"string\"\n    },\n    {\n      \"market_location_id\": \"string\",\n      \"name\": \"string\",\n      \"city\": \"string\",\n      \"address_tail\": \"string\",\n      \"timezone\": \"string\",\n      \"is_active\": true,\n      \"acceptance_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"start_time\": \"string\",\n            \"end_time\": \"string\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"start_time\": \"string\",\n            \"end_time\": \"string\"\n          }\n        }\n      ],\n      \"shipment_limits\": {\n        \"accepts_standard\": false,\n        \"accepts_kgt\": false,\n        \"accepts_mgt\": false,\n        \"max_weight_kg\": 6672.290341514335,\n        \"max_length_cm\": 7853.145909534302,\n        \"max_width_cm\": 9936.021709813436,\n        \"max_height_cm\": 2367.589025429422,\n        \"max_sum_dimensions_cm\": 4678.3855734274075,\n        \"comment\": \"string\"\n      },\n      \"acceptance_instructions\": \"string\"\n    }\n  ],\n  \"next_cursor\": \"string\",\n  \"total\": 8301\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b630a7c7-4d30-4d7d-b288-39cd37b3bddc",
              "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65b30604-d47c-43e7-bb7b-c875fbc0609a",
              "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "14e67f74-5a5a-4110-aca2-a379f7c09cb8",
              "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "61bafb46-42fb-468b-8f85-14e75a2b2f1d",
              "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "231b8e2d-bf65-4fe1-8f4d-42f205098d90",
              "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9aedccba-f341-4471-a757-14abee1f64b4",
          "name": "product",
          "item": [
            {
              "id": "93d49308-2e7c-4e09-b1c8-97ef4fb3fd77",
              "name": "price",
              "item": [
                {
                  "id": "e4ee4987-2b66-4638-9dab-08729fa57c37",
                  "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": "b4d89302-3e44-41d4-a7f3-b39d806f0212",
                      "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\": \"string\",\n      \"offer_id\": \"string\",\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\": \"string\",\n      \"offer_id\": \"string\",\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": "5901342a-5d9f-4832-95eb-c718659947ea",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "937874a9-47da-4440-905c-1347efa34ec4",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "a6b219bd-584a-45f0-b8e6-cb8ad1298826",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "3da3d89f-da6d-49e1-884a-abad8df585c9",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "e36245ec-3458-4f7b-b5ed-144b7a68b06c",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "fc4b6645-2bcd-484e-b3bd-c45aef1a297f",
                  "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": "0cd477c2-f180-419e-856f-858ad40abfdf",
                      "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\": \"string\",\n      \"offer_id\": \"string\",\n      \"price\": 2036,\n      \"old_price\": 616,\n      \"vat\": \"<string>\",\n      \"min_price\": 9611\n    },\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"price\": 1414,\n      \"old_price\": 5147,\n      \"vat\": \"<string>\",\n      \"min_price\": 7791\n    }\n  ],\n  \"next_cursor\": \"string\",\n  \"total\": 9768\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "62eeefa8-090b-457c-a1ab-468440795294",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "0f33fa0b-4d21-4798-9bdb-a288d1245576",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "1690183c-9558-4a48-98bf-0e5554cec995",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "21f3831a-3b17-4f6b-a0dc-1b99e870621d",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "35c9406b-206c-41b4-a2a6-c98eefd99b48",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            },
            {
              "id": "38145321-e7ed-4407-a78e-c702dd5d6218",
              "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": "20b2ea2d-5203-45b5-b297-34df8cc1e887",
                  "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\": \"string\",\n      \"offer_id\": \"string\",\n      \"count\": 8287,\n      \"market_location_id\": \"string\"\n    },\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"count\": 3731,\n      \"market_location_id\": \"string\"\n    }\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "42ff040f-0930-4364-b7b3-50ff9e60d994",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "54b957d8-eabe-45ed-b786-c064fd948dc9",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "cb3161fb-fb77-442b-a335-73ebf548ec81",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "16f0bc0a-95a3-41ef-9c22-8de8243054f3",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f3ba78c1-4895-40bb-aeb9-e0db6937b4bf",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ad9acf16-8436-4633-896c-6b845b69186c",
              "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": "63aebf48-39d8-4ff7-bff0-b1f3684a685a",
                  "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\": \"string\",\n      \"offer_id\": \"string\",\n      \"is_archived\": false\n    },\n    {\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"is_archived\": true\n    }\n  ],\n  \"next_cursor\": \"string\",\n  \"total\": 8168\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ce4764d3-586f-4706-aca8-9af9aafccc3f",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b786d80e-737e-4dbe-8fa5-fc73807a54fe",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "32be1bd4-8451-4ff1-bcda-534143d04f48",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "afcf2c35-8e05-485e-b709-89b0370f4969",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "32fa7509-b5f7-4e70-9e44-5c29388939cf",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "744c51ac-86b2-4c2c-a78b-4cd45737a6d1",
              "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": "69e39aae-f410-44cf-bd06-4319ebf385c4",
                  "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\": \"string\",\n      \"offer_id\": \"string\",\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\": \"string\",\n      \"offer_id\": \"string\",\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": "e39fae98-bbdf-41bb-b6fe-8bd2288e32e7",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "64b12b2d-89de-4c89-bd92-00267a89587e",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d0fe207f-816d-4b16-bcc5-666d1e07ad18",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fc6ccf5d-c0d2-42ce-adb3-8123985abe3d",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5f2cccee-6a08-4093-997e-3c17fa458549",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "66d32dfa-28d4-4b1b-acc8-da8ca6966ead",
              "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": "bcdb499a-f7af-4aa9-8c3f-6e8f9e2328f3",
                  "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\": \"string\",\n      \"product_id\": \"string\",\n      \"barcode\": \"string\",\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\": \"string\",\n      \"product_id\": \"string\",\n      \"barcode\": \"string\",\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": "1ea9d4e7-b255-45ca-a360-333e59dab0a4",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8a8fc6bf-7dac-4b3b-a7e9-c9f40d2d166d",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "37029770-6ed0-4c25-ab09-cd7e05f91033",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "dd3adc30-c896-4051-b522-c533479e2f8e",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9240da37-55a1-4e7d-8e9d-871e4449c7b5",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "929c5988-82c1-402b-9e15-528720e0ad1f",
          "name": "shipment",
          "item": [
            {
              "id": "9139da4d-8894-4978-862c-38eb2eefa55a",
              "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": "377fe7a4-2546-4698-96b9-bdcb0bbe35fd",
                  "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\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c67353e0-5f38-4829-b26b-648e6ad82817",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6b1e10ab-7024-4797-9fed-f7682c989134",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "414a8326-010c-436a-af95-6d4dfd782462",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "250df75e-516c-4818-8d5c-fe13363320bf",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "be87a16a-5932-4572-8415-3dd8ae34f837",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8a3a5fe2-6e9e-4fa5-bce1-77d746c0217d",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "018420d8-f662-474b-8fe2-d57b477d3bd9",
              "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": "b087f16a-1333-46e8-8b29-5924c5673e61",
                  "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\": \"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}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "adf2adef-9c4a-4d2e-876b-e1b594fd5f69",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3b961ec9-5b4a-49eb-98ba-aabfa6951bef",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bc1887ee-5b66-4564-8543-3390ab565b63",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "12acfd14-6fe9-4778-9104-ce34643aec54",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f768df4d-22ec-4328-8bb0-a49886dc0599",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d5e199a9-daca-4eec-a996-1fd085095951",
              "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": "47e6d3f9-0f51-4330-8cfd-224f6c115b2a",
                  "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\": \"string\",\n      \"status\": \"COMPLETED\",\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\": \"string\",\n      \"status\": \"ACCEPTED_AT_GATE\",\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": "e216d72a-3a41-4a5f-81c5-928540be165a",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "eba7f02e-68ed-420a-8691-83b06587a444",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3b878405-af1c-45dc-bab8-d496281bbc33",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0b0c326c-8f46-4596-b653-6f5fda8e0c60",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9299f1a5-721b-4f16-a37a-3a1cc29b2fc1",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d20826dd-2361-4453-922a-44837567a34c",
              "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": "c921037d-fb95-4fcf-9834-9f6dfcc42f6d",
                  "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": "d8f844ed-962d-4bdf-8aa2-795bdc0127c1",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "af8d7a86-6d06-4e68-895b-aeebd1eb967a",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4371f6ca-4ab5-4826-b60b-a5d485a349ab",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7bfbe311-809c-4be3-9077-c1c92b0b29df",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fbdce8f7-12ff-4d61-b8ad-854b72527021",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "79a7e54c-caee-460d-b5e6-fd119f780a89",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c684e0eb-8937-4ee3-9d64-b51c2e22fe68",
              "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": "f8ea416a-eedd-40e5-b038-f244b78c9d9b",
                  "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\": \"string\",\n  \"market_location_id\": \"string\",\n  \"shipment_date\": \"string\",\n  \"status\": \"COMPLETED\",\n  \"created_at\": \"2018-12-15T01:12:06.215Z\",\n  \"updated_at\": \"1982-07-14T20:45:00.633Z\",\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\": 8993,\n  \"accepted_qty_items\": 8990,\n  \"planned_qty_packages\": 7548,\n  \"accepted_qty_packages\": 1168,\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\": \"string\",\n      \"package_number\": 116,\n      \"type\": \"BOX\",\n      \"items\": [\n        {\n          \"offer_id\": \"string\",\n          \"product_id\": \"string\",\n          \"barcode\": \"string\",\n          \"ext_barcode\": \"string\",\n          \"quantity\": 5463,\n          \"accepted_quantity\": 7950\n        },\n        {\n          \"offer_id\": \"string\",\n          \"product_id\": \"string\",\n          \"barcode\": \"string\",\n          \"ext_barcode\": \"string\",\n          \"quantity\": 1248,\n          \"accepted_quantity\": 4707\n        }\n      ]\n    },\n    {\n      \"package_id\": \"string\",\n      \"package_number\": 3947,\n      \"type\": \"PALLET\",\n      \"items\": [\n        {\n          \"offer_id\": \"string\",\n          \"product_id\": \"string\",\n          \"barcode\": \"string\",\n          \"ext_barcode\": \"string\",\n          \"quantity\": 1082,\n          \"accepted_quantity\": 1972\n        },\n        {\n          \"offer_id\": \"string\",\n          \"product_id\": \"string\",\n          \"barcode\": \"string\",\n          \"ext_barcode\": \"string\",\n          \"quantity\": 2050,\n          \"accepted_quantity\": 6363\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9f224923-30e5-451a-9fa3-45517a16832e",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "759b41be-7f2f-4db8-b22c-fca352e7c504",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ca2f3528-7569-46b4-a58b-4e2100e84436",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "31c465cc-c79b-42e6-966d-e1bb25996c39",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "99a35372-0f03-496b-a250-a43b2243acd3",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "85159360-163b-4964-bd5a-93c5ae9db941",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f1eae6ac-28bc-4c5c-bb7f-603ce1250051",
              "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": "8fa49b6f-15d2-4870-bd00-9430dc36ca46",
                  "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\": \"string\",\n      \"market_location_id\": \"string\",\n      \"shipment_date\": \"string\",\n      \"status\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\n    },\n    {\n      \"shipment_id\": \"string\",\n      \"market_location_id\": \"string\",\n      \"shipment_date\": \"string\",\n      \"status\": \"<string>\",\n      \"timeslot\": {\n        \"id\": \"<string>\",\n        \"start_time\": \"<dateTime>\",\n        \"end_time\": \"<dateTime>\"\n      }\n    }\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "26e83b34-dac7-4763-aad4-c492d6c97bb4",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "cea1fbf1-5020-4a71-9718-3a0a61fd1f55",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5c3e9ee8-98ad-492c-839c-0e2ca02edfa5",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e4a3d8d0-c55b-4e06-bc9d-17dbc45858fe",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "216af4ba-619d-4856-80ff-b4340177bcbc",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f7b2313d-f36f-4abb-84cb-fe271a50d998",
              "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": "f18436ed-077d-458b-b09e-9cd694bccbe7",
                  "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\": \"string\",\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\": \"string\",\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": "dbb73048-898b-496c-9125-cf0302b1128a",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "932eaa22-41b9-40e6-8890-286200ac2eea",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2688744d-29cf-4097-8fbb-2db43acc3645",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "24710f5b-b1ba-424b-b28b-d0fb21f1666f",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0f16ed05-7a55-4296-8708-31b7ebd41931",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c7d7ae7c-45b8-4348-892a-532b4675d2d3",
              "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": "b3a31715-9c01-40a1-8f46-cd3d2457f24f",
                  "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": "f7e6c806-3b3e-4ccd-acbb-389add498aff",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d20e4af2-27c8-436a-ac4e-357950087e5e",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d8a61b5f-c3aa-45e7-865a-9c0582883b7b",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5c701648-96f7-419d-ba7d-e4931f5b8ca8",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "94682aa0-b1e6-4430-a2ea-737a95969fc2",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "25ddb6f8-8882-4ea4-91c8-d2dae0f3e1b4",
              "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": "fbf36ea4-6c67-4eca-bb14-4fbbdfcb5fcc",
                  "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\": \"string\",\n      \"product_id\": \"string\",\n      \"eligible\": false,\n      \"market_location_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"reason\": \"string\"\n    },\n    {\n      \"offer_id\": \"string\",\n      \"product_id\": \"string\",\n      \"eligible\": true,\n      \"market_location_ids\": [\n        \"string\",\n        \"string\"\n      ],\n      \"reason\": \"string\"\n    }\n  ],\n  \"locations\": [\n    {\n      \"market_location_id\": \"string\",\n      \"acceptance_coef\": 9169.768634310607,\n      \"storage_coef\": 9124.696610322406,\n      \"delivery_coef\": 6680.5534905731065\n    },\n    {\n      \"market_location_id\": \"string\",\n      \"acceptance_coef\": 5657.454541999429,\n      \"storage_coef\": 5329.984434830171,\n      \"delivery_coef\": 2902.431050388443\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "466642e4-f3e8-4593-b385-4d1edfa76fcf",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "02cc3b08-23ca-4f43-9f96-dbe21a361e1c",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4bf325d0-37ac-4704-b6a1-e218d64d0dbe",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "345bb646-4dc3-4e6d-a22b-aa7b3700e01f",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "35762916-9537-4298-95e2-d4c51c72e07c",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "6e3924eb-8796-4141-a6c3-349a8072555e",
              "name": "document",
              "item": [
                {
                  "id": "209fcf3e-abaa-492c-8179-b8105ee56117",
                  "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": "63144fd7-d9a3-4ec2-b702-19c1b1c468e5",
                      "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\": \"string\",\n      \"type\": \"<string>\",\n      \"status\": \"PENDING\",\n      \"created_at\": \"1951-10-29T15:41:58.508Z\",\n      \"file\": {\n        \"file_id\": \"string\",\n        \"name\": \"string\",\n        \"url\": \"string\",\n        \"expires_at\": \"1979-07-15T18:50:19.438Z\"\n      }\n    },\n    {\n      \"document_id\": \"string\",\n      \"type\": \"<string>\",\n      \"status\": \"PENDING\",\n      \"created_at\": \"1952-08-27T19:37:33.223Z\",\n      \"file\": {\n        \"file_id\": \"string\",\n        \"name\": \"string\",\n        \"url\": \"string\",\n        \"expires_at\": \"1996-09-02T21:48:37.411Z\"\n      }\n    }\n  ]\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "7ba255ce-5458-4f47-b18f-e4bb62024695",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "15bee695-e520-47a6-bb3e-2b615d2a80aa",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "947f6e93-08ae-4024-bba8-955ada198dd9",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "b1050c60-9106-4a5a-bd35-8ee58071b5ef",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "58e0f804-e03f-431c-9718-b8b5f05218c9",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "ae69fc75-40ac-4d20-ab47-b22c42856bea",
                  "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": "defdc178-d36b-4d65-9610-d8a159848ba3",
                      "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\": \"string\",\n    \"type\": \"<string>\",\n    \"status\": \"PENDING\",\n    \"created_at\": \"1957-11-10T09:41:45.002Z\",\n    \"file\": {\n      \"file_id\": \"string\",\n      \"name\": \"string\",\n      \"url\": \"string\",\n      \"expires_at\": \"1981-06-16T03:05:19.102Z\"\n    }\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "a61a7740-c5af-41e0-a0c4-ebf4d7a2af1d",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "976b6837-6e7c-4964-8ce1-0955e377ab26",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "48c16ab7-fa46-4986-9cc5-a0677f55a23c",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "425a1d9f-e6a2-4962-81b0-634d139f2af4",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "ff47ff07-8aa6-45d7-ac1e-806244ffd32d",
                      "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            }
          ],
          "event": []
        },
        {
          "id": "50eb3fb6-9edd-4265-bc25-42f1ad69fc33",
          "name": "label",
          "item": [
            {
              "id": "7a55e607-0ea8-43d4-a9e6-674a4339103d",
              "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": "517498b3-7e9b-4005-9011-29bd0b37aa39",
                  "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\": \"string\",\n      \"product_id\": \"string\",\n      \"format\": \"PDF\",\n      \"size\": \"<string>\",\n      \"content_type\": \"string\",\n      \"content_base64\": \"string\",\n      \"page_count\": 4262\n    },\n    {\n      \"offer_id\": \"string\",\n      \"product_id\": \"string\",\n      \"format\": \"PDF\",\n      \"size\": \"<string>\",\n      \"content_type\": \"string\",\n      \"content_base64\": \"string\",\n      \"page_count\": 8360\n    }\n  ],\n  \"failed\": [\n    {\n      \"offer_id\": \"string\",\n      \"product_id\": \"string\",\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\": \"string\",\n      \"product_id\": \"string\",\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": "4104c1b1-ea21-498c-a9b8-1e0e385dc797",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e8e15470-3f19-4d9e-be48-7c12d02c1c50",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "61fec06b-453a-41cb-9f69-52a54ac8329a",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ec9252c2-1004-4ae1-a759-7eefedca93bd",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fc5f27af-bd08-41ec-b609-6890170b3f1a",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b38a762f-bfe6-4798-8ffc-e776ac4d62b5",
              "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": "16983d4b-b6a6-4ee4-b0ec-b14a4a97aff5",
                  "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\": \"string\",\n      \"format\": \"PDF\",\n      \"size\": \"<string>\",\n      \"content_type\": \"string\",\n      \"content_base64\": \"string\",\n      \"page_count\": 2088\n    },\n    {\n      \"package_id\": \"string\",\n      \"format\": \"PDF\",\n      \"size\": \"<string>\",\n      \"content_type\": \"string\",\n      \"content_base64\": \"string\",\n      \"page_count\": 6851\n    }\n  ],\n  \"failed\": [\n    {\n      \"package_id\": \"string\",\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\": \"string\",\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": "110ece76-1b21-4746-9f86-002d29c6c541",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9c30d210-d25a-410f-b532-cd700e65f94e",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2f5eef36-1b15-4fda-95c4-07082d031c7d",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1f5bfcfd-96e9-4183-937b-95197b5a4b0b",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "44fcf026-56c2-4d17-bca3-0adfe9be6379",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "0392c593-ed09-4421-8316-757fc310768c",
          "name": "order/fbo",
          "item": [
            {
              "id": "ec632cd0-e3e5-4546-840d-eca1080fa815",
              "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": "00c8993e-90f3-406a-b416-b954af7eca28",
                  "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\": \"string\",\n      \"client_order_id\": \"string\",\n      \"market_location_id\": \"string\",\n      \"status\": \"<string>\",\n      \"created_at\": \"2005-08-06T07:51:49.234Z\",\n      \"updated_at\": \"1979-12-06T11:29:59.153Z\",\n      \"delivery\": {\n        \"delivery_type\": \"PICKUP_POINT\",\n        \"address_tail\": \"string\",\n        \"comment\": \"string\",\n        \"latitude\": 4635.041819264479,\n        \"provider_location_id\": \"string\",\n        \"longitude\": 8925.60638991317\n      },\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"name\": \"string\",\n      \"prices\": [\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": 3600,\n          \"currency_code\": \"RUB\"\n        },\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": 4116,\n          \"currency_code\": \"RUB\"\n        }\n      ]\n    },\n    {\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"market_location_id\": \"string\",\n      \"status\": \"<string>\",\n      \"created_at\": \"1959-03-09T07:30:13.241Z\",\n      \"updated_at\": \"2007-08-02T04:21:04.699Z\",\n      \"delivery\": {\n        \"delivery_type\": \"PICKUP_POINT\",\n        \"address_tail\": \"string\",\n        \"comment\": \"string\",\n        \"latitude\": 9372.064417491938,\n        \"provider_location_id\": \"string\",\n        \"longitude\": 2605.346638561794\n      },\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"name\": \"string\",\n      \"prices\": [\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": 445,\n          \"currency_code\": \"RUB\"\n        },\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": 1872,\n          \"currency_code\": \"RUB\"\n        }\n      ]\n    }\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "29c28d7d-c512-4859-96f6-9a736ad1d973",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f65a433c-cf04-4189-b02a-3e9565193a0e",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "730090c3-87d0-4dbf-b36b-6fbd8bb192e5",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a437ba1e-f763-49f7-b418-dce0e1fd7d45",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f0854fa0-4eed-465d-8dbd-2d7f848a6cc5",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f6416d10-f7c2-49c4-b732-5c0fa73c6c8f",
              "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": "135c7823-8c27-4710-8978-ae448bcb9137",
                  "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\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"<string>\",\n      \"updated_at\": \"1956-05-09T21:43:05.506Z\"\n    },\n    {\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"<string>\",\n      \"updated_at\": \"1947-01-15T16:12:44.421Z\"\n    }\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bc80a977-ef5e-4fd0-80f3-184379f8ab31",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3e67a517-1605-4a9a-896b-0f3ffb5a5370",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4e47aa65-9bb7-4411-9325-89f839fea2ba",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "eec86db6-13fd-4741-85e4-8a8260583128",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a22473b2-b969-4f17-b97c-1a2806f31cd8",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "36632da8-0dbe-4f52-9297-b349e0788655",
          "name": "return/fbo",
          "item": [
            {
              "id": "53c33948-c853-424e-afd0-d702b9ba222e",
              "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": "aa1e0223-16af-4e7d-9736-c377603d956f",
                  "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\": \"string\",\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"<string>\",\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"quantity\": 9213,\n      \"reason_code\": \"string\",\n      \"reason_comment\": \"string\",\n      \"created_at\": \"1952-08-08T11:16:53.130Z\",\n      \"updated_at\": \"2020-04-21T02:18:37.525Z\"\n    },\n    {\n      \"return_id\": \"string\",\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"<string>\",\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"quantity\": 6055,\n      \"reason_code\": \"string\",\n      \"reason_comment\": \"string\",\n      \"created_at\": \"2003-06-05T23:48:19.498Z\",\n      \"updated_at\": \"1976-12-06T12:08:45.710Z\"\n    }\n  ],\n  \"next_cursor\": \"string\",\n  \"total\": 953\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b72e511e-cdae-4220-919a-6e497499c2e4",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5ac9f352-f5cf-4e61-adb5-ebe2b1450ed1",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c92fe2b1-42ad-4012-be8e-0c88a6d07694",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "76c8ff2c-6950-4c21-af0d-7ea5fd0074bc",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b7cd58fc-c417-41de-92d5-19b871b6b0da",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "80f53e0f-c239-48ff-95cc-b9f2305a45d8",
              "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": "aa7f9be5-cf33-4e69-9273-8a5d5a89e738",
                  "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\": \"string\",\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"<string>\",\n      \"product_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"quantity\": 5150,\n      \"reason_code\": \"string\",\n      \"reason_comment\": \"string\",\n      \"created_at\": \"1999-03-23T17:45:20.613Z\",\n      \"updated_at\": \"1956-12-27T15:54:43.610Z\"\n    },\n    \"shipment\": {\n      \"provider_code\": \"string\",\n      \"tracking_number\": \"string\",\n      \"tracking_url\": \"string\"\n    },\n    \"status_history\": [\n      {\n        \"status\": \"<string>\",\n        \"changed_by\": \"CLIENT\",\n        \"changed_at\": \"1964-02-09T23:12:29.481Z\",\n        \"comment\": \"string\"\n      },\n      {\n        \"status\": \"<string>\",\n        \"changed_by\": \"MARKET\",\n        \"changed_at\": \"1994-09-09T10:35:11.292Z\",\n        \"comment\": \"string\"\n      }\n    ],\n    \"available_actions\": [\n      {\n        \"action\": \"REFUND\",\n        \"title\": \"string\",\n        \"hint\": \"string\"\n      },\n      {\n        \"action\": \"REJECT\",\n        \"title\": \"string\",\n        \"hint\": \"string\"\n      }\n    ],\n    \"compensation\": {\n      \"amount\": 7784,\n      \"currency\": \"RUB\",\n      \"paid_at\": \"1956-05-03T23:17:57.825Z\"\n    }\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "96884a4e-54db-482e-90ae-85dd3d1f2115",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b27ab9f7-f948-4121-a3b0-4a9339c271f1",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5092d18e-07eb-466e-91ab-61eae44a1249",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3a04dc57-1359-47ce-940d-345625f2c6fe",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d03d41cf-3d61-45d2-b4f2-4e69e3945bf2",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "997b21b5-d0d2-4b69-8a8d-64bc05c0c7ac",
          "name": "report",
          "item": [
            {
              "id": "96a0967c-26ce-4191-802d-43a06abdebd8",
              "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": "8ccb1635-a6ff-4bec-94d6-d80d9f222c2e",
                  "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\": \"string\",\n  \"status\": \"PROCESSING\",\n  \"file\": {\n    \"file_id\": \"string\",\n    \"name\": \"string\",\n    \"url\": \"string\",\n    \"expires_at\": \"2008-04-02T12:39:20.766Z\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a4a0a3d8-568e-4504-8a19-7e0aaf473622",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "86b28f27-e150-4139-96ba-1a4f0a495163",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "acaafb33-d75e-4bec-af52-df51f1bad4e9",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4beca121-eb00-4c99-8ad0-7a7f696e6ffc",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "76b3b43f-e72a-4214-b13b-64296dca6124",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c57632fb-b4de-43a5-b43c-aa9086604e13",
              "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": "b1ee4799-30c0-471d-859d-5e1ab95e58d1",
                  "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\": \"string\",\n  \"status\": \"PENDING\",\n  \"file\": {\n    \"file_id\": \"string\",\n    \"name\": \"string\",\n    \"url\": \"string\",\n    \"expires_at\": \"1997-09-28T17:41:29.497Z\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "67735382-9468-426e-bd5c-97af957faa6a",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9a6a91c7-4586-4dce-952c-61d0f0dee4a4",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "67933bda-80e4-4fca-a89d-378b80675cc1",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bdbd0262-17d4-42a8-9b23-79a185a3d65c",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "afce12fe-6360-40d5-b3a5-efe622ee6d0f",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4ab0c440-ba32-4270-a0e3-44ce3a756a8c",
              "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": "7837f2ab-5535-4623-b035-9cc77cd4e172",
                  "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\": \"string\",\n      \"status\": \"<string>\",\n      \"file\": {\n        \"file_id\": \"string\",\n        \"name\": \"string\",\n        \"url\": \"string\",\n        \"expires_at\": \"1949-10-12T13:59:57.239Z\"\n      }\n    },\n    {\n      \"report_id\": \"string\",\n      \"status\": \"<string>\",\n      \"file\": {\n        \"file_id\": \"string\",\n        \"name\": \"string\",\n        \"url\": \"string\",\n        \"expires_at\": \"1948-10-18T10:08:16.144Z\"\n      }\n    }\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2646837a-0c4d-4484-a7f7-47bf79da95e2",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fb04020a-ef0e-4110-a725-312af3b29cf1",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3931fba1-fe0e-43fc-ac38-d0919296e9e5",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e84427ca-954d-40d2-863f-e4f96fe5ef2e",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e5ed1f67-24d9-4f99-a7e0-0a1b60491622",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "468da0ce-6611-4a0d-a899-9cf66c5214d9",
          "name": "finance",
          "item": [
            {
              "id": "261fe3d3-ad3b-4b0c-9158-5cfd67f67f8a",
              "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": "51565fb0-6ee2-4fae-bb87-d04537cdf442",
                  "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\": \"string\",\n      \"operation_type\": \"<string>\",\n      \"operation_date\": \"1955-03-17T03:05:34.058Z\",\n      \"amount\": 1821,\n      \"currency\": \"RUB\",\n      \"merchant_order_id\": \"string\",\n      \"shipment_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"product_id\": \"string\",\n      \"description\": \"string\",\n      \"services\": [\n        {\n          \"name\": \"string\",\n          \"amount\": 9566\n        },\n        {\n          \"name\": \"string\",\n          \"amount\": 5791\n        }\n      ]\n    },\n    {\n      \"operation_id\": \"string\",\n      \"operation_type\": \"<string>\",\n      \"operation_date\": \"1961-12-10T10:52:41.040Z\",\n      \"amount\": 8657,\n      \"currency\": \"RUB\",\n      \"merchant_order_id\": \"string\",\n      \"shipment_id\": \"string\",\n      \"offer_id\": \"string\",\n      \"product_id\": \"string\",\n      \"description\": \"string\",\n      \"services\": [\n        {\n          \"name\": \"string\",\n          \"amount\": 4450\n        },\n        {\n          \"name\": \"string\",\n          \"amount\": 9094\n        }\n      ]\n    }\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6636c777-1639-4160-9a37-b2f4b7e2c627",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1f9065ae-ac32-46b4-9535-787058231193",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4e50c793-acd5-499b-b606-d117643bfda7",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fddcc038-7e9b-4f04-9e8c-a673e906696a",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6bec881a-64be-4a47-a4da-807daf2eb145",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "198cb5ed-633e-423f-a93b-6152f31793b0",
              "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": "166622bb-1001-49bc-9417-4fd308fdbc0c",
                  "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\": \"string\",\n      \"status\": \"<string>\",\n      \"amount\": 2193,\n      \"currency\": \"RUB\",\n      \"period_from\": \"1983-09-21T03:28:36.656Z\",\n      \"period_to\": \"1946-10-23T19:06:33.338Z\",\n      \"paid_at\": \"2009-08-23T00:51:50.823Z\"\n    },\n    {\n      \"payout_id\": \"string\",\n      \"status\": \"<string>\",\n      \"amount\": 7181,\n      \"currency\": \"RUB\",\n      \"period_from\": \"1992-01-25T03:17:11.795Z\",\n      \"period_to\": \"2005-08-21T16:04:47.726Z\",\n      \"paid_at\": \"1998-04-19T08:00:46.817Z\"\n    }\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f95a4bcd-557d-457e-bf5c-6df91a059b2e",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b94d153e-2943-4fcd-a4b3-35fa11fbb1c3",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "828c6f37-afc6-4ee8-ad4b-60d368f21aeb",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c8ac9fbb-4975-476a-9727-25c19d8f08e6",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6f851bea-e485-4ec7-8423-81b9736d24db",
                  "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_UNSPECIFIED\",\n  \"code\": \"OPERATION_NOT_SUPPORTED\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": \"string\"\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": "3cc547a4-a745-4123-a9e1-e2eb9b98aebc",
    "name": "Seller API FBO",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Базовые методы Seller API (FBO): склады маркетплейса, отгрузки, заказы, возвраты и файловые отчёты.",
      "type": "text/plain"
    }
  }
}