{
  "item": [
    {
      "id": "9888d1cb-c94a-434c-99f0-bd3a57e74209",
      "name": "v1",
      "item": [
        {
          "id": "56c5f0ae-d050-47fc-9137-a8847b976067",
          "name": "location",
          "item": [
            {
              "id": "ec41a5e4-a1aa-415a-bad7-9b13e75acca2",
              "name": "Создание локаций.",
              "request": {
                "name": "Создание локаций.",
                "description": {
                  "content": "Если в одном запросе передано несколько записей с одинаковым location_id, при обработке учитывается последняя запись, предыдущие игнорируются.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "location",
                    "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  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "7d99b75e-7c2b-4d99-8349-f1c4cc6751af",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"locations\": [\n    {\n      \"location_id\": \"in enim consequat incidid\",\n      \"merchant_location_id\": \"consequat Duis\",\n      \"name\": \"Lorem pariatur id\",\n      \"status\": \"ARCHIVED\",\n      \"errors\": [\n        {\n          \"field\": \"address_tail\",\n          \"code\": \"INVALID_ADDRESS_FORMAT\",\n          \"message\": \"Адрес не соответствует ожидаемому формату\"\n        },\n        {\n          \"field\": \"address_tail\",\n          \"code\": \"INVALID_ADDRESS_FORMAT\",\n          \"message\": \"Адрес не соответствует ожидаемому формату\"\n        }\n      ]\n    },\n    {\n      \"location_id\": \"elit aliqua\",\n      \"merchant_location_id\": \"cupidatat reprehenderit et Ut\",\n      \"name\": \"irure sit exercitation do eiusmod\",\n      \"status\": \"PENDING\",\n      \"errors\": [\n        {\n          \"field\": \"address_tail\",\n          \"code\": \"INVALID_ADDRESS_FORMAT\",\n          \"message\": \"Адрес не соответствует ожидаемому формату\"\n        },\n        {\n          \"field\": \"address_tail\",\n          \"code\": \"INVALID_ADDRESS_FORMAT\",\n          \"message\": \"Адрес не соответствует ожидаемому формату\"\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "563b017f-7d36-4156-89a3-37dc3dd4a079",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fe49c9fc-2c0c-4954-9f2e-b43b0fe172c9",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "cea41c27-06c3-4d84-b473-a0ec59f489c1",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8712e0c7-7aec-4b92-832b-79b0db570c1f",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8e9ed941-fcc8-4889-8ed0-5cd0abbe9361",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c8df2af1-9408-43c5-948d-e2ff1732ca80",
              "name": "Обновление локации.",
              "request": {
                "name": "Обновление локации.",
                "description": {
                  "content": "Если в одном запросе передано несколько записей с одинаковым location_id, при обработке учитывается последняя запись, предыдущие игнорируются.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "location",
                    "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  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"delivery_type\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"delivery_type\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "98a88879-eee0-4a3d-ac15-5d9b9b594200",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"delivery_type\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"delivery_type\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"locations\": [\n    {\n      \"location_id\": \"dolor cupidatat\",\n      \"merchant_location_id\": \"in quis anim aute\",\n      \"name\": \"id quis et\",\n      \"status\": \"FAILED\",\n      \"issue\": {\n        \"code\": \"magna culpa commodo veniam id\",\n        \"message\": \"est elit nostrud deserunt\",\n        \"changed_at\": \"2026-07-02T10:25:00+02:00\"\n      },\n      \"errors\": [\n        {\n          \"field\": \"address_tail\",\n          \"code\": \"INVALID_ADDRESS_FORMAT\",\n          \"message\": \"Адрес не соответствует ожидаемому формату\"\n        },\n        {\n          \"field\": \"address_tail\",\n          \"code\": \"INVALID_ADDRESS_FORMAT\",\n          \"message\": \"Адрес не соответствует ожидаемому формату\"\n        }\n      ]\n    },\n    {\n      \"location_id\": \"sed magna dolor proident\",\n      \"merchant_location_id\": \"est occaecat consectetur dolor\",\n      \"name\": \"incididunt\",\n      \"status\": \"PENDING\",\n      \"issue\": {\n        \"code\": \"fugiat dolore\",\n        \"message\": \"tempor sunt\",\n        \"changed_at\": \"2026-07-02T10:25:00+02:00\"\n      },\n      \"errors\": [\n        {\n          \"field\": \"address_tail\",\n          \"code\": \"INVALID_ADDRESS_FORMAT\",\n          \"message\": \"Адрес не соответствует ожидаемому формату\"\n        },\n        {\n          \"field\": \"address_tail\",\n          \"code\": \"INVALID_ADDRESS_FORMAT\",\n          \"message\": \"Адрес не соответствует ожидаемому формату\"\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "873386f2-1db0-447b-adfe-7b1dde535fb8",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"delivery_type\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"delivery_type\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1adcc118-774f-4e95-8c3b-d2bfc3929cf2",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"delivery_type\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"delivery_type\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b64eb31d-a449-4bde-8b69-47a372a0f47c",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"delivery_type\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"delivery_type\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5478f128-eb75-47ad-8282-ef7096b628a2",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"delivery_type\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"delivery_type\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "643f12c9-fe79-4c70-929f-75b85f0e0433",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"locations\": [\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"delivery_type\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\n    },\n    {\n      \"merchant_location_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"delivery_type\": \"<string>\",\n      \"address_tail\": \"<string>\",\n      \"comment\": \"<string>\",\n      \"latitude\": \"<double>\",\n      \"longitude\": \"<double>\",\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"<string>\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": \"<integer>\",\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"<string>\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ce529798-9702-4802-842e-c2a195218915",
              "name": "Архивирование и разархивирование локации.",
              "request": {
                "name": "Архивирование и разархивирование локации.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "location",
                    "archive"
                  ],
                  "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  \"location_id\": \"<string>\",\n  \"archive\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "7913d818-22d5-4912-86ed-63e4962bf438",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "archive"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"location_id\": \"<string>\",\n  \"archive\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"location_id\": \"anim eu sunt aute\",\n  \"errors\": [\n    {\n      \"field\": \"location_id\",\n      \"code\": \"NOT_FOUND\",\n      \"message\": \"Локация не найдена\"\n    },\n    {\n      \"field\": \"location_id\",\n      \"code\": \"NOT_FOUND\",\n      \"message\": \"Локация не найдена\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8243e691-8e74-4e2b-b9b3-d48d223f3122",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "archive"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"location_id\": \"<string>\",\n  \"archive\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "035d2619-0a7f-46a1-a794-af04a5a4941e",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "archive"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"location_id\": \"<string>\",\n  \"archive\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6ab4809d-6f4d-48b1-ada7-77b69d864641",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "archive"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"location_id\": \"<string>\",\n  \"archive\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "68b738b8-b647-4571-951f-ee3b483193be",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "archive"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"location_id\": \"<string>\",\n  \"archive\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "17996f6f-25d0-4fe4-9fe0-3328b2d661fa",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "archive"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"location_id\": \"<string>\",\n  \"archive\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "82b39c11-7401-4aae-bc46-c772406b9ee1",
              "name": "Список локаций с фильтрами и пагинацией.",
              "request": {
                "name": "Список локаций с фильтрами и пагинацией.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "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    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_types\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "ab3acfd2-c298-4ecd-b472-44eb309720ba",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_types\": [\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      \"location_id\": \"nulla aliqua\",\n      \"merchant_location_id\": \"Duis tempor pariatur\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"quis consequat\",\n      \"status\": \"<string>\",\n      \"issue\": {\n        \"code\": \"aliqua\",\n        \"message\": \"minim velit\",\n        \"changed_at\": \"2026-07-02T10:25:00+02:00\"\n      },\n      \"errors\": [\n        {\n          \"field\": \"address_tail\",\n          \"code\": \"STOREFRONT_RULE_VIOLATION\",\n          \"message\": \"Локация не прошла модерацию\"\n        },\n        {\n          \"field\": \"address_tail\",\n          \"code\": \"STOREFRONT_RULE_VIOLATION\",\n          \"message\": \"Локация не прошла модерацию\"\n        }\n      ],\n      \"address_tail\": \"deserunt anim mollit\",\n      \"comment\": \"l\",\n      \"latitude\": -33987079.03089808,\n      \"longitude\": -6386568.695313871,\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"in ad ipsum\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": 62989697,\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"ullamco minim pariatur mollit\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": false\n    },\n    {\n      \"location_id\": \"Duis dolore\",\n      \"merchant_location_id\": \"aute ea\",\n      \"location_types\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"nulla eu in dolor\",\n      \"status\": \"<string>\",\n      \"issue\": {\n        \"code\": \"proident officia sunt eiusmod\",\n        \"message\": \"Ut esse anim id\",\n        \"changed_at\": \"2026-07-02T10:25:00+02:00\"\n      },\n      \"errors\": [\n        {\n          \"field\": \"address_tail\",\n          \"code\": \"STOREFRONT_RULE_VIOLATION\",\n          \"message\": \"Локация не прошла модерацию\"\n        },\n        {\n          \"field\": \"address_tail\",\n          \"code\": \"STOREFRONT_RULE_VIOLATION\",\n          \"message\": \"Локация не прошла модерацию\"\n        }\n      ],\n      \"address_tail\": \"labore deserunt\",\n      \"comment\": \"pariatur Duis\",\n      \"latitude\": -53275370.41134267,\n      \"longitude\": 59897529.48471585,\n      \"provider_id\": \"<string>\",\n      \"provider_location_id\": \"Lorem do adipisicing\",\n      \"pickup_point_type\": \"<string>\",\n      \"payment_methods\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"storage_period_days\": -37001360,\n      \"limits\": {\n        \"length\": \"<double>\",\n        \"width\": \"<double>\",\n        \"height\": \"<double>\",\n        \"weight\": \"<double>\"\n      },\n      \"instruction\": \"enim amet voluptate\",\n      \"pickup_services\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"working_schedule\": [\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        },\n        {\n          \"day\": \"MONDAY\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          }\n        }\n      ],\n      \"individual_schedule\": [\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        },\n        {\n          \"date\": \"<string>\",\n          \"schedule\": {\n            \"time_start\": \"<string>\",\n            \"time_end\": \"<string>\",\n            \"break\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\"\n          },\n          \"is_works\": \"<boolean>\"\n        }\n      ],\n      \"is_accepts_returns\": true\n    }\n  ],\n  \"next_cursor\": \"dolor incididunt cillum in\",\n  \"total\": -44057472\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "dcd990a3-12d9-4406-874d-b70d96dbaedd",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_types\": [\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7b6a06e7-e06a-42ff-8f12-7cff69d72e36",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_types\": [\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d8d7fead-7d85-4374-a5cd-23b12cbbec65",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_types\": [\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "240db36f-c7e3-4ab3-828b-a1f29b39faa3",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_types\": [\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "395e6706-fc33-4a19-9dcc-a67c7da99e40",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "location",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_types\": [\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "b898ea8b-f140-403a-a58e-f22e50cb87ad",
          "name": "polygon",
          "item": [
            {
              "id": "48024aa2-4515-4cac-86ea-42e73b2d9d15",
              "name": "Создание полигонов доставки.",
              "request": {
                "name": "Создание полигонов доставки.",
                "description": {
                  "content": "Полигон создаётся в статусе DRAFT. Статус обработки полигона витриной можно получить методом /polygon/list. Если в одном запросе передано несколько записей с одинаковыми name и location_id, при обработке учитывается последняя запись, предыдущие игнорируются.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "polygon",
                    "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  \"polygons\": [\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "08b5a6fd-776b-4764-9bd5-993b55de28f6",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygons\": [\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"polygons\": [\n    {\n      \"polygon_id\": \"sed ut et ipsum anim\",\n      \"name\": \"do nostrud\",\n      \"status\": \"DRAFT\",\n      \"errors\": [\n        {\n          \"field\": \"coordinates\",\n          \"code\": \"INVALID_COORDINATES\",\n          \"message\": \"Некорректная геометрия полигона\"\n        },\n        {\n          \"field\": \"coordinates\",\n          \"code\": \"INVALID_COORDINATES\",\n          \"message\": \"Некорректная геометрия полигона\"\n        }\n      ]\n    },\n    {\n      \"polygon_id\": \"irure\",\n      \"name\": \"incididunt consectetur elit enim\",\n      \"status\": \"FAILED\",\n      \"errors\": [\n        {\n          \"field\": \"coordinates\",\n          \"code\": \"INVALID_COORDINATES\",\n          \"message\": \"Некорректная геометрия полигона\"\n        },\n        {\n          \"field\": \"coordinates\",\n          \"code\": \"INVALID_COORDINATES\",\n          \"message\": \"Некорректная геометрия полигона\"\n        }\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "29db2f11-3be3-4faa-9c14-a36c46c401dc",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygons\": [\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b047dd8c-1e26-43ed-a446-facad4cdce27",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygons\": [\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b828d30d-e039-4fc9-aac6-e6ff2800a6db",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygons\": [\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "992c1bae-0593-460a-84ad-33096df1c14b",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygons\": [\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a1c2b98a-6b3d-492c-a15d-459208ff836c",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "create"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygons\": [\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_id\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"location_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "0b640d74-5959-4439-9bcc-c5f1158c5e37",
              "name": "Обновление координат полигона.",
              "request": {
                "name": "Обновление координат полигона.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "polygon",
                    "coordinates",
                    "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  \"polygon_id\": \"<string>\",\n  \"coordinates\": [\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ],\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ]\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "66364fa4-e0e6-4234-996c-883a3c5046cc",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "coordinates",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"coordinates\": [\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ],\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ]\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"polygon_id\": \"deserunt \",\n  \"errors\": [\n    {\n      \"field\": \"coordinates\",\n      \"code\": \"RING_NOT_CLOSED\",\n      \"message\": \"Кольцо полигона не замкнуто\"\n    },\n    {\n      \"field\": \"coordinates\",\n      \"code\": \"RING_NOT_CLOSED\",\n      \"message\": \"Кольцо полигона не замкнуто\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "11f48e4a-07fd-48d6-9df1-ebfc0dfb408e",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "coordinates",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"coordinates\": [\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ],\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e4b4e0e9-c577-40e5-8150-b0461c41ec93",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "coordinates",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"coordinates\": [\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ],\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4ea81de7-ae31-46de-bbfb-9970085910b2",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "coordinates",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"coordinates\": [\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ],\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "72f55b61-b443-4c49-aed8-5972a47fb397",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "coordinates",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"coordinates\": [\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ],\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a66057ae-506c-4a0c-9e07-9e658ad291ff",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "coordinates",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"coordinates\": [\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ]\n    ],\n    [\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\n      ],\n      [\n        \"<number>\",\n        \"<number>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "20585bd0-30f0-4435-8c2f-db2eed6adf86",
              "name": "Обновление опций доставки (диапазоны, цена, время).",
              "request": {
                "name": "Обновление опций доставки (диапазоны, цена, время).",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "polygon",
                    "delivery-options",
                    "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  \"polygon_id\": \"<string>\",\n  \"delivery_options\": [\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"currency\": \"RUB\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    },\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"currency\": \"RUB\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "08f5e837-ebcd-4425-a86e-33b4e1348929",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delivery-options",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"delivery_options\": [\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"currency\": \"RUB\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    },\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"currency\": \"RUB\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"polygon_id\": \"minim nostrud aliquip do\",\n  \"errors\": [\n    {\n      \"field\": \"delivery_options[0].price\",\n      \"code\": \"NEGATIVE_VALUE\",\n      \"message\": \"Цена доставки не может быть отрицательной\"\n    },\n    {\n      \"field\": \"delivery_options[0].price\",\n      \"code\": \"NEGATIVE_VALUE\",\n      \"message\": \"Цена доставки не может быть отрицательной\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c7331e11-a914-4015-b92f-70677fb2218b",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delivery-options",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"delivery_options\": [\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"currency\": \"RUB\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    },\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"currency\": \"RUB\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e06a56f1-c9f3-493d-888e-1b4e8f6477d4",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delivery-options",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"delivery_options\": [\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"currency\": \"RUB\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    },\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"currency\": \"RUB\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "dcf68010-a112-4752-a3da-23b967f9ba6a",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delivery-options",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"delivery_options\": [\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"currency\": \"RUB\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    },\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"currency\": \"RUB\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "be15271d-f950-409b-8d7b-f2702048a8f5",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delivery-options",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"delivery_options\": [\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"currency\": \"RUB\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    },\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"currency\": \"RUB\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f182bd91-732f-4316-8137-e90a3770e59b",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delivery-options",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"delivery_options\": [\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"currency\": \"RUB\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\n        ]\n      }\n    },\n    {\n      \"volume_weight_from\": \"<double>\",\n      \"volume_weight_to\": \"<double>\",\n      \"price\": \"<double>\",\n      \"currency\": \"RUB\",\n      \"vat\": \"<string>\",\n      \"provider_id\": \"<string>\",\n      \"delivery_time_minutes\": \"<integer>\",\n      \"delivery_types\": [\n        {\n          \"delivery_type\": \"COURIER\"\n        },\n        {\n          \"delivery_type\": \"COURIER\"\n        }\n      ],\n      \"weight_from\": \"<double>\",\n      \"weight_to\": \"<double>\",\n      \"time_slots\": [\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        },\n        {\n          \"from\": \"<string>\",\n          \"to\": \"<string>\"\n        }\n      ],\n      \"trunk_schedule\": {\n        \"working_schedule\": [\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          },\n          {\n            \"day\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"shipping_cutoff\": \"<string>\"\n          }\n        ],\n        \"individual_schedule\": [\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          },\n          {\n            \"date\": \"<string>\",\n            \"shipping_cutoff\": \"<string>\",\n            \"is_works\": \"<boolean>\"\n          }\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c9d45799-16df-4f9e-b389-f4cfb78c138b",
              "name": "Удаление полигона.",
              "request": {
                "name": "Удаление полигона.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "polygon",
                    "delete"
                  ],
                  "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  \"polygon_id\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "a17c2b89-25a5-43b5-b1b0-d43c35509251",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delete"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"polygon_id\": \"anim minim laboris\",\n  \"errors\": [\n    {\n      \"field\": \"polygon_id\",\n      \"code\": \"NOT_FOUND\",\n      \"message\": \"Полигон не найден\"\n    },\n    {\n      \"field\": \"polygon_id\",\n      \"code\": \"NOT_FOUND\",\n      \"message\": \"Полигон не найден\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "cfb40ad7-53f3-4a73-8ad4-892bed5f8f91",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delete"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4ce6a121-e824-4d97-9cda-8731344b71b7",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delete"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e976fabe-c97b-4ab9-b8c8-9179f649efc8",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delete"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c2c99167-36b6-4292-a743-28f92067ae79",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delete"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d514febb-2d67-4b9a-a725-96be9b561808",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "delete"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "5045160f-d09f-40ad-975d-94c3335ab5b6",
              "name": "Список полигонов с фильтрами и пагинацией.",
              "request": {
                "name": "Список полигонов с фильтрами и пагинацией.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "polygon",
                    "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    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"polygon_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "580248fd-f0d6-492d-8961-659ae24198d7",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"polygon_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\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  \"polygons\": [\n    {\n      \"polygon_id\": \"irure veniam sed amet\",\n      \"location_id\": \"do\",\n      \"name\": \"Ut amet labore dolore\",\n      \"status\": \"<string>\",\n      \"issue\": {\n        \"code\": \"aliquip nostrud incididunt consectetur Ut\",\n        \"message\": \"voluptate commodo\",\n        \"changed_at\": \"2026-07-02T10:25:00+02:00\"\n      },\n      \"errors\": [\n        {\n          \"field\": \"coordinates\",\n          \"code\": \"STOREFRONT_RULE_VIOLATION\",\n          \"message\": \"Полигон не прошёл модерацию витрины\"\n        },\n        {\n          \"field\": \"coordinates\",\n          \"code\": \"STOREFRONT_RULE_VIOLATION\",\n          \"message\": \"Полигон не прошёл модерацию витрины\"\n        }\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ]\n    },\n    {\n      \"polygon_id\": \"dolor proident\",\n      \"location_id\": \"aliqua\",\n      \"name\": \"minim eu elit\",\n      \"status\": \"<string>\",\n      \"issue\": {\n        \"code\": \"dolor aliqua sed ex\",\n        \"message\": \"ea\",\n        \"changed_at\": \"2026-07-02T10:25:00+02:00\"\n      },\n      \"errors\": [\n        {\n          \"field\": \"coordinates\",\n          \"code\": \"STOREFRONT_RULE_VIOLATION\",\n          \"message\": \"Полигон не прошёл модерацию витрины\"\n        },\n        {\n          \"field\": \"coordinates\",\n          \"code\": \"STOREFRONT_RULE_VIOLATION\",\n          \"message\": \"Полигон не прошёл модерацию витрины\"\n        }\n      ],\n      \"delivery_options\": [\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        },\n        {\n          \"volume_weight_from\": \"<double>\",\n          \"volume_weight_to\": \"<double>\",\n          \"price\": \"<double>\",\n          \"currency\": \"RUB\",\n          \"vat\": \"<string>\",\n          \"provider_id\": \"<string>\",\n          \"delivery_time_minutes\": \"<integer>\",\n          \"delivery_types\": [\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"delivery_type\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"weight_from\": \"<double>\",\n          \"weight_to\": \"<double>\",\n          \"time_slots\": [\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"from\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"to\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"trunk_schedule\": {\n            \"working_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"individual_schedule\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      ],\n      \"coordinates\": [\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ],\n        [\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ],\n          [\n            \"<number>\",\n            \"<number>\"\n          ]\n        ]\n      ]\n    }\n  ],\n  \"next_cursor\": \"est quis\",\n  \"total\": -69450444\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7a26f79c-0b52-4902-85d5-56980c320ad4",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"polygon_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "60ef5e67-b483-4548-996a-5980f58f9778",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"polygon_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "672c9011-a095-496a-b4dd-00689afa593d",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"polygon_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "48f5a200-1fee-43ff-a2b8-d4c210f2b8a8",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"polygon_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b528b616-0ca6-48fc-8832-57c31a19130b",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"polygon_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7f3b1a61-fd60-462b-b802-14e99be46d0e",
              "name": "Привязка полигона к складу.",
              "request": {
                "name": "Привязка полигона к складу.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "polygon",
                    "bind"
                  ],
                  "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  \"polygon_id\": \"<string>\",\n  \"location_id\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "15cf3dd8-2837-4111-b5ea-5173e32de14d",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "bind"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"location_id\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"polygon_id\": \"nulla\",\n  \"errors\": [\n    {\n      \"field\": \"location_id\",\n      \"code\": \"NOT_FOUND\",\n      \"message\": \"Локация не найдена\"\n    },\n    {\n      \"field\": \"location_id\",\n      \"code\": \"NOT_FOUND\",\n      \"message\": \"Локация не найдена\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d3a03f2f-f467-401c-a299-87acb6185d79",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "bind"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"location_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5e23151f-85f3-4903-b911-7314bc5fc2b8",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "bind"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"location_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "400c48be-e26c-46b5-9e7e-72a84893ee26",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "bind"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"location_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5c4e7153-be91-4b68-98f1-c050617a882c",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "bind"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"location_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "159e745a-0467-48a4-af5e-b266f9627ae9",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "polygon",
                        "bind"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"polygon_id\": \"<string>\",\n  \"location_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "bf4f6f5f-9991-4c5b-9f73-125b1ffc133d",
          "name": "product",
          "item": [
            {
              "id": "dd9f38c4-e8b4-4b73-8866-2fe1ef6b4071",
              "name": "price",
              "item": [
                {
                  "id": "489a9e20-1267-4ac3-885f-6a350e84c8c5",
                  "name": "Загрузка (обновление) цен товаров.",
                  "request": {
                    "name": "Загрузка (обновление) цен товаров.",
                    "description": {
                      "content": "Если в одном запросе передано несколько записей с одинаковым product_id, при обработке учитывается последняя запись, предыдущие игнорируются.\n\nВ каждом элементе обязательно указать `product_id` или `offer_id` (достаточно одного поля; оба вместе не обязательны).\n",
                      "type": "text/plain"
                    },
                    "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\": \"<double>\",\n      \"min_price\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<double>\",\n      \"min_price\": \"<long>\"\n    }\n  ],\n  \"currency\": \"RUB\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "b5da476c-be43-4a6a-835f-73a2e349d253",
                      "name": "A successful response.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "price",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<double>\",\n      \"min_price\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<double>\",\n      \"min_price\": \"<long>\"\n    }\n  ],\n  \"currency\": \"RUB\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"processed\": -33705742,\n  \"failed\": [\n    {\n      \"product_id\": \"Duis pariatur incididunt nostrud\",\n      \"offer_id\": \"eiusmod occaecat labore anim\",\n      \"error_message\": \"deserunt dolore aute velit\",\n      \"errors\": [\n        {\n          \"field\": \"price\",\n          \"code\": \"NEGATIVE_VALUE\",\n          \"message\": \"Цена не может быть отрицательной\"\n        },\n        {\n          \"field\": \"price\",\n          \"code\": \"NEGATIVE_VALUE\",\n          \"message\": \"Цена не может быть отрицательной\"\n        }\n      ]\n    },\n    {\n      \"product_id\": \"consequat dolor cupidatat eli\",\n      \"offer_id\": \"esse culpa incididunt\",\n      \"error_message\": \"et aute ex velit\",\n      \"errors\": [\n        {\n          \"field\": \"price\",\n          \"code\": \"NEGATIVE_VALUE\",\n          \"message\": \"Цена не может быть отрицательной\"\n        },\n        {\n          \"field\": \"price\",\n          \"code\": \"NEGATIVE_VALUE\",\n          \"message\": \"Цена не может быть отрицательной\"\n        }\n      ]\n    }\n  ]\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "9aa74e36-87bd-4495-9622-4b1352ae7d03",
                      "name": "Некорректный запрос",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "price",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<double>\",\n      \"min_price\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<double>\",\n      \"min_price\": \"<long>\"\n    }\n  ],\n  \"currency\": \"RUB\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "a60cf492-9a4e-4721-9131-ae9ab2c6e5ad",
                      "name": "Ошибка авторизации",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "price",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<double>\",\n      \"min_price\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<double>\",\n      \"min_price\": \"<long>\"\n    }\n  ],\n  \"currency\": \"RUB\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "0a7c22f8-8ead-4a96-b64e-62a91be9d964",
                      "name": "Превышен лимит запросов",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "price",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<double>\",\n      \"min_price\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<double>\",\n      \"min_price\": \"<long>\"\n    }\n  ],\n  \"currency\": \"RUB\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Too Many Requests",
                      "code": 429,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "b38ad95e-e264-48f0-afe9-99793ef9f04a",
                      "name": "Внутренняя ошибка сервера",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "price",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<double>\",\n      \"min_price\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<double>\",\n      \"min_price\": \"<long>\"\n    }\n  ],\n  \"currency\": \"RUB\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "83279144-8195-4f9f-b9fd-8f8647bdeb26",
                      "name": "Ошибка (неожиданная или прочие)",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "price",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<double>\",\n      \"min_price\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"price\": \"<long>\",\n      \"old_price\": \"<long>\",\n      \"vat\": \"<double>\",\n      \"min_price\": \"<long>\"\n    }\n  ],\n  \"currency\": \"RUB\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "053558f4-58cc-4f2b-b916-b95cab3147e4",
                  "name": "Получение цен товаров.",
                  "request": {
                    "name": "Получение цен товаров.",
                    "description": {
                      "content": "Для фильтрации по товару обязательно указать `product_id` или `offer_id` (достаточно одного поля; оба вместе не обязательны).\n",
                      "type": "text/plain"
                    },
                    "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": "69a4a9a5-52a6-47f5-a584-b72779862628",
                      "name": "A successful response.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "price",
                            "info"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"prices\": [\n    {\n      \"product_id\": \"et Ut sint\",\n      \"offer_id\": \"ea voluptate\",\n      \"price\": 84688738,\n      \"old_price\": 67995954,\n      \"vat\": \"VAT_7\",\n      \"min_price\": 33758577\n    },\n    {\n      \"product_id\": \"sed veniam dolore magna fugiat\",\n      \"offer_id\": \"veniam nos\",\n      \"price\": -19926537,\n      \"old_price\": -50347578,\n      \"vat\": \"NO_VAT\",\n      \"min_price\": -79692491\n    }\n  ],\n  \"next_cursor\": \"ut aute dolore sint ipsum\",\n  \"total\": 16974475\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "882e9908-0add-422f-bb45-8a90248508a1",
                      "name": "Некорректный запрос",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "price",
                            "info"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "d9256cea-aa4c-4d19-b006-5e436e2e22e0",
                      "name": "Ошибка авторизации",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "price",
                            "info"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "6381d8c8-b8a3-47ce-939d-4acdcd82584a",
                      "name": "Превышен лимит запросов",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "price",
                            "info"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Too Many Requests",
                      "code": 429,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "e5085d38-2066-4a80-ac65-b63098b14e42",
                      "name": "Внутренняя ошибка сервера",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "price",
                            "info"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "f7a9d177-e8dd-4d23-8bae-ba922ecbd8b3",
                      "name": "Ошибка (неожиданная или прочие)",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "price",
                            "info"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            },
            {
              "id": "524c556b-a21d-4441-a32d-fbaf9a5b48f6",
              "name": "stock",
              "item": [
                {
                  "id": "6a3eb934-55cd-4fba-9b23-8a3e8f807705",
                  "name": "Загрузка (обновление) остатков.",
                  "request": {
                    "name": "Загрузка (обновление) остатков.",
                    "description": {
                      "content": "Если в одном запросе передано несколько записей с одинаковой парой product_id и location_id, при обработке учитывается последняя запись, предыдущие игнорируются.\n\nВ каждом элементе обязательно указать `product_id` или `offer_id` (достаточно одного поля; оба вместе не обязательны).\n",
                      "type": "text/plain"
                    },
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "stock",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "auth": null,
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "286f2f54-8479-4a2f-9733-7013bc01f439",
                      "name": "A successful response.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "stock",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"processed\": 42475898,\n  \"failed\": [\n    {\n      \"product_id\": \"ea sed pariatur\",\n      \"offer_id\": \"proident do nisi ea\",\n      \"location_id\": \"Ut et\",\n      \"error_message\": \"in et\",\n      \"errors\": [\n        {\n          \"field\": \"count\",\n          \"code\": \"NEGATIVE_VALUE\",\n          \"message\": \"Остаток не может быть отрицательным\"\n        },\n        {\n          \"field\": \"count\",\n          \"code\": \"NEGATIVE_VALUE\",\n          \"message\": \"Остаток не может быть отрицательным\"\n        }\n      ]\n    },\n    {\n      \"product_id\": \"cillum et\",\n      \"offer_id\": \"dolor labore \",\n      \"location_id\": \"dolor id\",\n      \"error_message\": \"pariatur labore ad\",\n      \"errors\": [\n        {\n          \"field\": \"count\",\n          \"code\": \"NEGATIVE_VALUE\",\n          \"message\": \"Остаток не может быть отрицательным\"\n        },\n        {\n          \"field\": \"count\",\n          \"code\": \"NEGATIVE_VALUE\",\n          \"message\": \"Остаток не может быть отрицательным\"\n        }\n      ]\n    }\n  ]\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "3853102b-6472-4ac7-8dc1-e47069ae010a",
                      "name": "Некорректный запрос",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "stock",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "3213ae85-345c-4ad5-b55f-bd79eb36880a",
                      "name": "Ошибка авторизации",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "stock",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "ede9761b-b419-4385-b296-dd1654dc545d",
                      "name": "Превышен лимит запросов",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "stock",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Too Many Requests",
                      "code": 429,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "7cec83c1-fdb7-4702-8a27-97e308b24c9b",
                      "name": "Внутренняя ошибка сервера",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "stock",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "76a7b492-6b44-49a3-884a-76015115656c",
                      "name": "Ошибка (неожиданная или прочие)",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "stock",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    },\n    {\n      \"product_id\": \"<string>\",\n      \"offer_id\": \"<string>\",\n      \"location_id\": \"<string>\",\n      \"count\": \"<long>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "589cc0e4-ab48-480b-a28a-ab4fe9931935",
                  "name": "Получение остатков товаров.",
                  "request": {
                    "name": "Получение остатков товаров.",
                    "description": {
                      "content": "Для фильтрации по товару обязательно указать `product_id` или `offer_id` (достаточно одного поля; оба вместе не обязательны).\n",
                      "type": "text/plain"
                    },
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "stock",
                        "info"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "auth": null,
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "dbb0ec4e-6037-4f35-a723-02c114acaf1d",
                      "name": "A successful response.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "stock",
                            "info"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"stocks\": [\n    {\n      \"product_id\": \"Lorem laborum proident commodo\",\n      \"offer_id\": \"Ut ut consectetur aliquip\",\n      \"location_id\": \"irure anim mollit\",\n      \"count\": -63041441,\n      \"available_count\": 11298093\n    },\n    {\n      \"product_id\": \"Duis in laborum id\",\n      \"offer_id\": \"n\",\n      \"location_id\": \"voluptate culpa sunt\",\n      \"count\": 32441648,\n      \"available_count\": 66439643\n    }\n  ],\n  \"next_cursor\": \"commodo incididunt in consequat\",\n  \"total\": -18950579\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "5a4fd534-da48-4a2e-a7ca-afb912d0f349",
                      "name": "Некорректный запрос",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "stock",
                            "info"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "393bde6a-4144-4e99-ae68-d516e9b99679",
                      "name": "Ошибка авторизации",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "stock",
                            "info"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "414e3bd5-b0bb-4faa-8017-f6509b90c5bb",
                      "name": "Превышен лимит запросов",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "stock",
                            "info"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Too Many Requests",
                      "code": 429,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "057b3db8-110a-4ae1-a9ec-6567dfcbdcaa",
                      "name": "Внутренняя ошибка сервера",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "stock",
                            "info"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "e50b443a-5e88-4860-9948-d115fc2f1771",
                      "name": "Ошибка (неожиданная или прочие)",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "product",
                            "stock",
                            "info"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"location_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            },
            {
              "id": "07d2f3ee-6ca6-48d8-a93c-bda8e438e0fd",
              "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": "4eb19fdf-9fe3-4b0e-b6a9-c4ff5c8fb441",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "mapping",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"mappings\": [\n    {\n      \"product_id\": \"Ut Duis\",\n      \"offer_id\": \"laborum\",\n      \"is_archived\": true\n    },\n    {\n      \"product_id\": \"Lorem do aute\",\n      \"offer_id\": \"occaecat Excepteur ut consectetur et\",\n      \"is_archived\": true\n    }\n  ],\n  \"next_cursor\": \"culpa eiusmod\",\n  \"total\": 52159705\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "61259595-9667-433e-b51b-c893e27022c0",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "mapping",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1d407af7-efe0-4431-9924-799e04ad024c",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "mapping",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "cf0550b9-9117-46f6-8d53-10e60361184b",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "mapping",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9832cd62-0bb3-4f18-9172-b8e121e0bdb3",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "mapping",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d180b2f7-a805-4b82-abb5-64890516ccd0",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "mapping",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"product_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"offer_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"is_archived\": \"<boolean>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "53052c12-ccaa-400d-b287-15aec9e64617",
              "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": "b824e242-6656-4c27-aed1-e04482d136fc",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "archive",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"is_archived\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"failed\": [\n    {\n      \"product_id\": \"cillum irure laborum\",\n      \"offer_id\": \"quis\",\n      \"error_message\": \"fugiat esse dolore\",\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\": \"qui nulla enim\",\n      \"offer_id\": \"elit consequat\",\n      \"error_message\": \"sed adipisicing est consectetur\",\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": "41394cd3-9718-4f5e-8793-dcc481ccbbd3",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "archive",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"is_archived\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a4e4c4d7-1674-4419-a35f-8fe508a7a10d",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "archive",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"is_archived\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7c580fd1-0aad-4388-b768-2ab362fe796d",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "archive",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"is_archived\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b9604308-a758-415e-81ea-019eb4ba14c1",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "archive",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"is_archived\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9bc44951-b5e0-4ed4-b04b-cc59d7e6efd2",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "product",
                        "archive",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"is_archived\": \"<boolean>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_UNSPECIFIED\",\n  \"code\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "ed1f3c54-0c1c-47bc-80ed-078e66a28844",
          "name": "order/dbs",
          "item": [
            {
              "id": "d887238a-cee2-47a3-88ea-17f76aaa8f8c",
              "name": "Получение списка заказов.",
              "request": {
                "name": "Получение списка заказов.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "dbs",
                    "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    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"since\": \"<dateTime>\",\n    \"to\": \"<dateTime>\"\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "028bdc00-e4ba-411c-9607-d48f49ffb5c6",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"since\": \"2026-07-02T10:25:00+02:00\",\n    \"to\": \"2026-07-02T10:25:00+02:00\"\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\": \"non nostrud quis pariatur\",\n      \"client_order_id\": \"magna consequat\",\n      \"location_id\": \"occaecat ut voluptate esse\",\n      \"status\": \"NEW\",\n      \"customer\": {\n        \"customer_id\": 72751968,\n        \"name\": \"qui\",\n        \"phone\": \"ea quis sint irure\"\n      },\n      \"delivery\": {\n        \"delivery_type\": \"<string>\",\n        \"address_tail\": \"minim non\",\n        \"comment\": \"exercitation\",\n        \"latitude\": -8751673.585058793,\n        \"provider_location_id\": \"sed in cillum\",\n        \"longitude\": -9097493.825850695\n      },\n      \"product_id\": \"adipisicing aute exercitation ipsum\",\n      \"product_name\": \"sed \",\n      \"offer_id\": \"consectetur eu sunt\",\n      \"prices\": [\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": -63365502,\n          \"currency_code\": \"RUB\",\n          \"vat\": \"VAT_7\"\n        },\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": 51025707,\n          \"currency_code\": \"RUB\",\n          \"vat\": \"VAT_5\"\n        }\n      ],\n      \"delivery_date\": {\n        \"delivery_date_begin\": \"2026-07-02T10:25:00+02:00\",\n        \"delivery_date_end\": \"2026-07-02T10:25:00+02:00\"\n      },\n      \"created_at\": \"2026-07-02T10:25:00+02:00\",\n      \"actions\": [\n        {\n          \"type\": \"cancel\",\n          \"enabled\": false\n        },\n        {\n          \"type\": \"cancel\",\n          \"enabled\": true\n        }\n      ],\n      \"handover_code\": \"sed labori\",\n      \"item_type\": \"PRODUCT\",\n      \"linked_merchant_order_ids\": [\n        \"reprehenderit nostrud\",\n        \"do dolor\"\n      ],\n      \"exemplar\": {\n        \"exemplar_id\": \"enim ad aute\",\n        \"gtd\": \"dolore laboris ut consequ\",\n        \"marks\": [\n          {\n            \"mark\": \"qui consequat et in cupidatat\",\n            \"mark_type\": \"mollit magna ad amet\"\n          },\n          {\n            \"mark\": \"ut\",\n            \"mark_type\": \"Duis \"\n          }\n        ],\n        \"rnpt\": \"labore mollit exercitation ex\",\n        \"weight\": -44948485.89111804\n      },\n      \"requirements\": {\n        \"requires_change_country\": false,\n        \"requires_gtd\": true,\n        \"requires_country\": true,\n        \"requires_mandatory_mark\": true,\n        \"requires_jw_uin\": false,\n        \"requires_rnpt\": true,\n        \"requires_weight\": true,\n        \"requires_imei\": true\n      },\n      \"prr_option\": \"veniam dolor eiusmod deserunt\",\n      \"status_history\": [\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"2026-07-02T10:25:00+02:00\",\n          \"status\": \"NEW\",\n          \"comment\": \"dolor\"\n        },\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"2026-07-02T10:25:00+02:00\",\n          \"status\": \"NEW\",\n          \"comment\": \"occaecat nisi\"\n        }\n      ],\n      \"delivery_date_history\": [\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"2026-07-02T10:25:00+02:00\",\n          \"delivery_date_begin\": \"2026-07-02T10:25:00+02:00\",\n          \"delivery_date_end\": \"2026-07-02T10:25:00+02:00\",\n          \"comment\": \"elit s\"\n        },\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"2026-07-02T10:25:00+02:00\",\n          \"delivery_date_begin\": \"2026-07-02T10:25:00+02:00\",\n          \"delivery_date_end\": \"2026-07-02T10:25:00+02:00\",\n          \"comment\": \"Ut ut sint Excepteur\"\n        }\n      ]\n    },\n    {\n      \"merchant_order_id\": \"in in \",\n      \"client_order_id\": \"sed p\",\n      \"location_id\": \"velit adipisicing Excepteur pariatur tempor\",\n      \"status\": \"NEW\",\n      \"customer\": {\n        \"customer_id\": -2147324,\n        \"name\": \"ipsum sint ea\",\n        \"phone\": \"mollit ut ea id\"\n      },\n      \"delivery\": {\n        \"delivery_type\": \"<string>\",\n        \"address_tail\": \"consequat consectetu\",\n        \"comment\": \"ullamco quis nulla\",\n        \"latitude\": 36859334.48035556,\n        \"provider_location_id\": \"aliqua anim\",\n        \"longitude\": -35125668.64534086\n      },\n      \"product_id\": \"sed enim ad\",\n      \"product_name\": \"\",\n      \"offer_id\": \"commodo\",\n      \"prices\": [\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": 57650459,\n          \"currency_code\": \"RUB\",\n          \"vat\": \"VAT_22\"\n        },\n        {\n          \"price_type\": \"CUSTOMER_PRICE\",\n          \"value\": 16472385,\n          \"currency_code\": \"RUB\",\n          \"vat\": \"VAT_22\"\n        }\n      ],\n      \"delivery_date\": {\n        \"delivery_date_begin\": \"2026-07-02T10:25:00+02:00\",\n        \"delivery_date_end\": \"2026-07-02T10:25:00+02:00\"\n      },\n      \"created_at\": \"2026-07-02T10:25:00+02:00\",\n      \"actions\": [\n        {\n          \"type\": \"cancel\",\n          \"enabled\": true\n        },\n        {\n          \"type\": \"cancel\",\n          \"enabled\": false\n        }\n      ],\n      \"handover_code\": \"occaecat anim velit\",\n      \"item_type\": \"PRODUCT\",\n      \"linked_merchant_order_ids\": [\n        \"pariatur quis in sed eiusmod\",\n        \"irure exercitation\"\n      ],\n      \"exemplar\": {\n        \"exemplar_id\": \"est magna\",\n        \"gtd\": \"nostrud proident\",\n        \"marks\": [\n          {\n            \"mark\": \"cillum consectetur aliqua dolor\",\n            \"mark_type\": \"ea in\"\n          },\n          {\n            \"mark\": \"sunt officia\",\n            \"mark_type\": \"ut mi\"\n          }\n        ],\n        \"rnpt\": \"dolore velit\",\n        \"weight\": -88611981.15341145\n      },\n      \"requirements\": {\n        \"requires_change_country\": true,\n        \"requires_gtd\": false,\n        \"requires_country\": true,\n        \"requires_mandatory_mark\": true,\n        \"requires_jw_uin\": true,\n        \"requires_rnpt\": false,\n        \"requires_weight\": true,\n        \"requires_imei\": false\n      },\n      \"prr_option\": \"in dolor aliqua aliquip\",\n      \"status_history\": [\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"2026-07-02T10:25:00+02:00\",\n          \"status\": \"NEW\",\n          \"comment\": \"esse adipisicing magna\"\n        },\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"2026-07-02T10:25:00+02:00\",\n          \"status\": \"NEW\",\n          \"comment\": \"fugiat ea tempor do\"\n        }\n      ],\n      \"delivery_date_history\": [\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"2026-07-02T10:25:00+02:00\",\n          \"delivery_date_begin\": \"2026-07-02T10:25:00+02:00\",\n          \"delivery_date_end\": \"2026-07-02T10:25:00+02:00\",\n          \"comment\": \"ut tem\"\n        },\n        {\n          \"changed_by\": \"MERCHANT\",\n          \"changed_at\": \"2026-07-02T10:25:00+02:00\",\n          \"delivery_date_begin\": \"2026-07-02T10:25:00+02:00\",\n          \"delivery_date_end\": \"2026-07-02T10:25:00+02:00\",\n          \"comment\": \"ut Ex\"\n        }\n      ]\n    }\n  ],\n  \"next_cursor\": \"enim ea pariatur\",\n  \"total\": 28486673\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b7d1b4b4-6e0d-4310-a396-d6c765a12daf",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"since\": \"2026-07-02T10:25:00+02:00\",\n    \"to\": \"2026-07-02T10:25:00+02:00\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bf7a33f9-192a-449b-9990-04b74a954fdc",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"since\": \"2026-07-02T10:25:00+02:00\",\n    \"to\": \"2026-07-02T10:25:00+02:00\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "532eaaf8-6382-4a30-a9c7-a8b7b1cf10b8",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"since\": \"2026-07-02T10:25:00+02:00\",\n    \"to\": \"2026-07-02T10:25:00+02:00\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "c02c0228-20fb-4bb0-9168-343f30ae147e",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"since\": \"2026-07-02T10:25:00+02:00\",\n    \"to\": \"2026-07-02T10:25:00+02:00\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "51fc2d69-6083-4a13-bab8-ea48ef58de72",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ],\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"since\": \"2026-07-02T10:25:00+02:00\",\n    \"to\": \"2026-07-02T10:25:00+02:00\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "e2124547-3692-4b07-ac20-a29ae272df8a",
              "name": "status",
              "item": [
                {
                  "id": "ed39cd89-2bdb-4c0e-93e8-835626e0f93b",
                  "name": "Получение обновлений статусов заказов.",
                  "request": {
                    "name": "Получение обновлений статусов заказов.",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "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  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_at\": \"<dateTime>\",\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "5890d1f6-2917-4e17-b871-caed42acbe1d",
                      "name": "A successful response.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_at\": \"2026-07-02T10:25:00+02:00\",\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  }\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\": \"et\",\n      \"client_order_id\": \"cillum \",\n      \"status\": \"NEW\",\n      \"actions\": [\n        {\n          \"type\": \"cancel\",\n          \"enabled\": true\n        },\n        {\n          \"type\": \"cancel\",\n          \"enabled\": false\n        }\n      ]\n    },\n    {\n      \"merchant_order_id\": \"des\",\n      \"client_order_id\": \"amet quis est fugiat\",\n      \"status\": \"NEW\",\n      \"actions\": [\n        {\n          \"type\": \"cancel\",\n          \"enabled\": false\n        },\n        {\n          \"type\": \"cancel\",\n          \"enabled\": true\n        }\n      ]\n    }\n  ],\n  \"next_cursor\": \"in deserunt reprehenderit\",\n  \"total\": 11781912\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "f6553f95-21db-459c-a8f2-69434b5d90c0",
                      "name": "Некорректный запрос",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_at\": \"2026-07-02T10:25:00+02:00\",\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "8241d702-b264-4eeb-9475-1fe142a7ee6e",
                      "name": "Ошибка авторизации",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_at\": \"2026-07-02T10:25:00+02:00\",\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "de7f915a-c0eb-4722-8921-6dfb707dc8d1",
                      "name": "Превышен лимит запросов",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_at\": \"2026-07-02T10:25:00+02:00\",\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "6c6c308e-0df7-421f-8a4a-12bec6ef0d31",
                      "name": "Внутренняя ошибка сервера",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_at\": \"2026-07-02T10:25:00+02:00\",\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "130ead4d-bcf1-4482-8a3a-8338bbb998ed",
                      "name": "Ошибка (неожиданная или прочие)",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "list"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\",\n  \"filter\": {\n    \"merchant_order_id\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"updated_at\": \"2026-07-02T10:25:00+02:00\",\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "f4907d6b-2423-4c8c-b12e-36ffbcdee9ef",
                  "name": "Обновление статуса заказа.",
                  "request": {
                    "name": "Обновление статуса заказа.",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "status",
                        "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  \"merchant_order_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"changed_at\": \"<dateTime>\",\n  \"changed_by\": \"<string>\",\n  \"actions\": [\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "4384133c-747f-4817-bc99-63fbb19a9755",
                      "name": "A successful response.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"changed_at\": \"2026-07-02T10:25:00+02:00\",\n  \"changed_by\": \"<string>\",\n  \"actions\": [\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"merchant_order_id\": \"pariatur ut\",\n  \"failed\": {\n    \"merchant_order_id\": \"dolore sit cupidatat nisi\",\n    \"error_message\": \"deserunt eu\",\n    \"errors\": [\n      {\n        \"field\": \"status\",\n        \"code\": \"INVALID_STATUS_TRANSITION\",\n        \"message\": \"Переход в указанный статус недопустим\"\n      },\n      {\n        \"field\": \"status\",\n        \"code\": \"INVALID_STATUS_TRANSITION\",\n        \"message\": \"Переход в указанный статус недопустим\"\n      }\n    ]\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "4ca6e3da-80b5-4543-b362-579bc17658f9",
                      "name": "Некорректный запрос",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"changed_at\": \"2026-07-02T10:25:00+02:00\",\n  \"changed_by\": \"<string>\",\n  \"actions\": [\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "b89c750e-e074-494f-b16f-f0141276884a",
                      "name": "Ошибка авторизации",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"changed_at\": \"2026-07-02T10:25:00+02:00\",\n  \"changed_by\": \"<string>\",\n  \"actions\": [\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "c1edd04c-d6c9-4e50-816d-65ef7a555cc2",
                      "name": "Превышен лимит запросов",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"changed_at\": \"2026-07-02T10:25:00+02:00\",\n  \"changed_by\": \"<string>\",\n  \"actions\": [\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "2dfb6018-a3ee-437e-b07c-825e0548b7a2",
                      "name": "Внутренняя ошибка сервера",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"changed_at\": \"2026-07-02T10:25:00+02:00\",\n  \"changed_by\": \"<string>\",\n  \"actions\": [\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "12ffc777-a11d-4a79-b162-7f02b524a839",
                      "name": "Ошибка (неожиданная или прочие)",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "order",
                            "dbs",
                            "status",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\",\n  \"changed_at\": \"2026-07-02T10:25:00+02:00\",\n  \"changed_by\": \"<string>\",\n  \"actions\": [\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\n    },\n    {\n      \"type\": \"cancel\",\n      \"enabled\": \"<boolean>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            },
            {
              "id": "3093998b-77fb-4514-957c-26892276e051",
              "name": "Передача сведений об экземплярах товаров.",
              "request": {
                "name": "Передача сведений об экземплярах товаров.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "dbs",
                    "exemplar",
                    "set"
                  ],
                  "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  \"merchant_order_id\": \"<string>\",\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<float>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "11cc8647-ca98-4f7f-851c-7d9e5325bf8b",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "exemplar",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<float>\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"merchant_order_id\": \"commodo irure in culpa\",\n  \"status\": \"ACCEPTED\",\n  \"errors\": [\n    {\n      \"field\": \"exemplar.weight\",\n      \"code\": \"NEGATIVE_VALUE\",\n      \"message\": \"Вес не может быть отрицательным\"\n    },\n    {\n      \"field\": \"exemplar.weight\",\n      \"code\": \"NEGATIVE_VALUE\",\n      \"message\": \"Вес не может быть отрицательным\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "62c41de4-fc56-4912-9191-716597a92914",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "exemplar",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<float>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9cfdc2b1-937a-4ab8-9178-fe6a8aa0fabe",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "exemplar",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<float>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "89de1381-8d9b-4eb0-bb7d-2a09c53e85ed",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "exemplar",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<float>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b6dac63d-2c97-46ed-8ad2-c20d6093cead",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "exemplar",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<float>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b78c0a13-1eb2-4dba-86d8-33b5f7809879",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "exemplar",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"product_id\": \"<string>\",\n  \"offer_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<float>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "620470f1-79b9-4d7f-8504-f51b1f12396b",
              "name": "Получение стоимости доставки по client_order_ids и/или списку merchant_order_ids.",
              "request": {
                "name": "Получение стоимости доставки по client_order_ids и/или списку merchant_order_ids.",
                "description": {
                  "content": "Метод не выполняет расчёт стоимости доставки, а возвращает значение, ранее рассчитанное витриной. При использовании любой комбинации параметров для поиска заказов всегда возвращается стоимость доставки клиентского заказа, включая все связанные merchant_order_ids.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "dbs",
                    "delivery-cost",
                    "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  \"client_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"merchant_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "ee71774e-df22-4287-b08f-562dfcf0e298",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-cost",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"client_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"merchant_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"deliveries\": [\n    {\n      \"client_order_id\": \"officia ad dolore\",\n      \"merchant_order_ids\": [\n        \"enim eu nostrud\",\n        \"adipisicing\"\n      ],\n      \"price\": 80793425,\n      \"currency\": \"RUB\"\n    },\n    {\n      \"client_order_id\": \"deserunt aute\",\n      \"merchant_order_ids\": [\n        \"voluptate\",\n        \"irure nostrud id cupidatat occaecat\"\n      ],\n      \"price\": -73609935,\n      \"currency\": \"RUB\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1d4371c5-1e44-43f3-ac39-65b3bcf5d367",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-cost",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"client_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"merchant_order_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3aac4576-9f33-4a2a-bf96-39f886747f94",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-cost",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"client_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"merchant_order_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4a3b685e-af91-4d72-b986-f9495fe59c11",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-cost",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"client_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"merchant_order_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8cb00a50-0004-4adc-99b3-feb5f25ca95e",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-cost",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"client_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"merchant_order_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "35e67408-2cb8-4587-b8ce-67799cdcebf7",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-cost",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"client_order_ids\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"merchant_order_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "aa028493-2787-4331-95a8-7d09d331d4a3",
              "name": "Передача кода вручения по заказам продавца.",
              "request": {
                "name": "Передача кода вручения по заказам продавца.",
                "description": {
                  "content": "Если в одном запросе передано несколько записей с одинаковым merchant_order_id, при обработке учитывается последняя запись, предыдущие игнорируются.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "dbs",
                    "handover-code",
                    "set"
                  ],
                  "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  \"handover_codes\": [\n    {\n      \"merchant_order_id\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"merchant_order_id\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "95c40ebb-ceee-4396-b9c9-28328949f637",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "handover-code",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"handover_codes\": [\n    {\n      \"merchant_order_id\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"merchant_order_id\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"processed\": 11366016,\n  \"failed\": [\n    {\n      \"merchant_order_id\": \"in dolore sint reprehenderit\",\n      \"errors\": [\n        {\n          \"field\": \"code\",\n          \"code\": \"REQUIRED\",\n          \"message\": \"Код вручения обязателен\"\n        },\n        {\n          \"field\": \"code\",\n          \"code\": \"REQUIRED\",\n          \"message\": \"Код вручения обязателен\"\n        }\n      ],\n      \"error_message\": \"deserunt \"\n    },\n    {\n      \"merchant_order_id\": \"enim aliquip sunt\",\n      \"errors\": [\n        {\n          \"field\": \"code\",\n          \"code\": \"REQUIRED\",\n          \"message\": \"Код вручения обязателен\"\n        },\n        {\n          \"field\": \"code\",\n          \"code\": \"REQUIRED\",\n          \"message\": \"Код вручения обязателен\"\n        }\n      ],\n      \"error_message\": \"eu officia si\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "30f7d78b-acb7-40b2-81df-98652443b4f1",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "handover-code",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"handover_codes\": [\n    {\n      \"merchant_order_id\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"merchant_order_id\": \"<string>\",\n      \"code\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "95055028-8d8a-4ab2-8ef4-71791929bb70",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "handover-code",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"handover_codes\": [\n    {\n      \"merchant_order_id\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"merchant_order_id\": \"<string>\",\n      \"code\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2d39d992-4d5e-4560-a5c6-c5948f721a42",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "handover-code",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"handover_codes\": [\n    {\n      \"merchant_order_id\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"merchant_order_id\": \"<string>\",\n      \"code\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "65209443-5142-450e-a9ab-7648b3fb46d2",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "handover-code",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"handover_codes\": [\n    {\n      \"merchant_order_id\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"merchant_order_id\": \"<string>\",\n      \"code\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "57d61c01-9640-436d-8508-366c05944600",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "handover-code",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"handover_codes\": [\n    {\n      \"merchant_order_id\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"merchant_order_id\": \"<string>\",\n      \"code\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c09f9260-b3bd-47f0-8039-758a83d5c009",
              "name": "Обновление слота даты и времени доставки.",
              "request": {
                "name": "Обновление слота даты и времени доставки.",
                "description": {
                  "content": "Метод изменяет (обновляет) ранее установленный слот даты и времени доставки заказа.\nПервичная установка слота выполняется в другом сценарии.\n",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "dbs",
                    "timeslot",
                    "set"
                  ],
                  "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  \"merchant_order_id\": \"<string>\",\n  \"delivery_date_begin\": \"<dateTime>\",\n  \"delivery_date_end\": \"<dateTime>\",\n  \"changed_by\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "2ba71228-9682-4d16-bc8f-8645b43b51bd",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "timeslot",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery_date_begin\": \"2026-07-02T00:00:00+03:00\",\n  \"delivery_date_end\": \"2026-07-02T23:59:59+03:00\",\n  \"changed_by\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"failed\": {\n    \"merchant_order_id\": \"veniam\",\n    \"error_message\": \"dolore qui cillum sed ullamco\",\n    \"errors\": [\n      {\n        \"field\": \"delivery_date_begin\",\n        \"code\": \"INVALID_DATE_TIME\",\n        \"message\": \"Ожидается RFC3339 с timezone\"\n      },\n      {\n        \"field\": \"delivery_date_begin\",\n        \"code\": \"INVALID_DATE_TIME\",\n        \"message\": \"Ожидается RFC3339 с timezone\"\n      }\n    ]\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3168ffaa-5be8-419b-bfb5-f4ec685fe2f0",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "timeslot",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery_date_begin\": \"2026-07-02T00:00:00+03:00\",\n  \"delivery_date_end\": \"2026-07-02T23:59:59+03:00\",\n  \"changed_by\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "278c7be6-012a-43d7-b305-680d457768e5",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "timeslot",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery_date_begin\": \"2026-07-02T00:00:00+03:00\",\n  \"delivery_date_end\": \"2026-07-02T23:59:59+03:00\",\n  \"changed_by\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "9f0eda06-35b1-45d7-96d3-ff031f2e875b",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "timeslot",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery_date_begin\": \"2026-07-02T00:00:00+03:00\",\n  \"delivery_date_end\": \"2026-07-02T23:59:59+03:00\",\n  \"changed_by\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f5dc677e-91f0-44e4-8079-4f9731699030",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "timeslot",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery_date_begin\": \"2026-07-02T00:00:00+03:00\",\n  \"delivery_date_end\": \"2026-07-02T23:59:59+03:00\",\n  \"changed_by\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f9bcc66f-4656-4090-88ca-0526569d7579",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "timeslot",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery_date_begin\": \"2026-07-02T00:00:00+03:00\",\n  \"delivery_date_end\": \"2026-07-02T23:59:59+03:00\",\n  \"changed_by\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9343c7dd-d5aa-4e2a-84dc-555121505773",
              "name": "Обновление адреса доставки.",
              "request": {
                "name": "Обновление адреса доставки.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "dbs",
                    "delivery-address",
                    "set"
                  ],
                  "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  \"merchant_order_id\": \"<string>\",\n  \"delivery\": {\n    \"delivery_type\": \"<string>\",\n    \"address_tail\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"provider_location_id\": \"<string>\",\n    \"longitude\": \"<double>\"\n  },\n  \"city\": \"<string>\",\n  \"postal_code\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "9667784d-fb24-45dc-abc3-73121c15a4d8",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-address",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery\": {\n    \"delivery_type\": \"<string>\",\n    \"address_tail\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"provider_location_id\": \"<string>\",\n    \"longitude\": \"<double>\"\n  },\n  \"city\": \"<string>\",\n  \"postal_code\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"failed\": {\n    \"merchant_order_id\": \"irure\",\n    \"error_message\": \"est Duis nostrud incididunt\",\n    \"errors\": [\n      {\n        \"field\": \"delivery.address_tail\",\n        \"code\": \"INVALID_ADDRESS_FORMAT\",\n        \"message\": \"Адрес не по шаблону\"\n      },\n      {\n        \"field\": \"delivery.address_tail\",\n        \"code\": \"INVALID_ADDRESS_FORMAT\",\n        \"message\": \"Адрес не по шаблону\"\n      }\n    ]\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "1e7dc913-e6a1-4284-ab3d-3169b5f95998",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-address",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery\": {\n    \"delivery_type\": \"<string>\",\n    \"address_tail\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"provider_location_id\": \"<string>\",\n    \"longitude\": \"<double>\"\n  },\n  \"city\": \"<string>\",\n  \"postal_code\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5c49fb09-c9b5-4e3e-92ba-f9acecd38b42",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-address",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery\": {\n    \"delivery_type\": \"<string>\",\n    \"address_tail\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"provider_location_id\": \"<string>\",\n    \"longitude\": \"<double>\"\n  },\n  \"city\": \"<string>\",\n  \"postal_code\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ee697880-a827-4d4c-aa95-5964385f3da4",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-address",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery\": {\n    \"delivery_type\": \"<string>\",\n    \"address_tail\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"provider_location_id\": \"<string>\",\n    \"longitude\": \"<double>\"\n  },\n  \"city\": \"<string>\",\n  \"postal_code\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "aa486d9e-e9ff-4c53-a496-0f3dcc02f4b1",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-address",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery\": {\n    \"delivery_type\": \"<string>\",\n    \"address_tail\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"provider_location_id\": \"<string>\",\n    \"longitude\": \"<double>\"\n  },\n  \"city\": \"<string>\",\n  \"postal_code\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8d25c911-ed01-45de-9111-478ef6dce513",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-address",
                        "set"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"delivery\": {\n    \"delivery_type\": \"<string>\",\n    \"address_tail\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"provider_location_id\": \"<string>\",\n    \"longitude\": \"<double>\"\n  },\n  \"city\": \"<string>\",\n  \"postal_code\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "06ffa5ba-46b3-4857-9286-bbf6d57e703f",
              "name": "Передача внешнего трек-номера (от СД).",
              "request": {
                "name": "Передача внешнего трек-номера (от СД).",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "order",
                    "dbs",
                    "delivery-provider",
                    "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  \"merchant_order_id\": \"<string>\",\n  \"provider_posting_id\": \"<string>\",\n  \"provider_check_url\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "62dbf857-7f9c-4182-bb8b-0a2ddb0d9f45",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-provider",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"provider_posting_id\": \"<string>\",\n  \"provider_check_url\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"failed\": {\n    \"merchant_order_id\": \"enim null\",\n    \"error_message\": \"proident labore sint ullamco\",\n    \"errors\": [\n      {\n        \"field\": \"provider_check_url\",\n        \"code\": \"INVALID_URL\",\n        \"message\": \"Некорректный URL отслеживания\"\n      },\n      {\n        \"field\": \"provider_check_url\",\n        \"code\": \"INVALID_URL\",\n        \"message\": \"Некорректный URL отслеживания\"\n      }\n    ]\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ca274560-e7d3-486c-b3d4-dafca5130adf",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-provider",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"provider_posting_id\": \"<string>\",\n  \"provider_check_url\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "defbfb25-76bd-4f23-b5bd-5441e3e4dcfa",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-provider",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"provider_posting_id\": \"<string>\",\n  \"provider_check_url\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f7fb6121-571c-4261-8a2d-c270e7112d09",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-provider",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"provider_posting_id\": \"<string>\",\n  \"provider_check_url\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "087db08f-1813-4d68-b758-160cf98b0e58",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-provider",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"provider_posting_id\": \"<string>\",\n  \"provider_check_url\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3e556d2c-b7b0-46f4-94db-3df784fd3a4d",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "order",
                        "dbs",
                        "delivery-provider",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"merchant_order_id\": \"<string>\",\n  \"provider_posting_id\": \"<string>\",\n  \"provider_check_url\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "15fd20d0-2e47-462b-89d3-8502805eeda7",
          "name": "cancellation",
          "item": [
            {
              "id": "826a9667-99c7-4c4f-9185-34cba50b71a8",
              "name": "Список заявок на отмену заказа.",
              "request": {
                "name": "Список заявок на отмену заказа.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "cancellation",
                    "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    \"cancellation_id\": [\n      \"<long>\",\n      \"<long>\"\n    ],\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "038e30b7-181a-4c1a-8583-bed504808d82",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"cancellation_id\": [\n      \"<long>\",\n      \"<long>\"\n    ],\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\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  \"cancellations\": [\n    {\n      \"cancellation_id\": 16966527,\n      \"merchant_order_id\": \"sunt cupidatat\",\n      \"client_order_id\": \"qui aliquip anim consectetur\",\n      \"status\": \"NEW\",\n      \"description\": \"aliqua ea\"\n    },\n    {\n      \"cancellation_id\": 70870840,\n      \"merchant_order_id\": \"ad dolor dolore non\",\n      \"client_order_id\": \"dolor tempor Duis commodo\",\n      \"status\": \"NEW\",\n      \"description\": \"ea sit aliqua\"\n    }\n  ],\n  \"next_cursor\": \"ex enim\",\n  \"total\": -6703975\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d41b8f64-3fae-4c87-b94b-9b99d213a4f8",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"cancellation_id\": [\n      \"<long>\",\n      \"<long>\"\n    ],\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2182d0f3-70e8-42ce-bbb7-b5fd612a3e15",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"cancellation_id\": [\n      \"<long>\",\n      \"<long>\"\n    ],\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "575d018f-e84c-4505-b33d-96b09089634f",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"cancellation_id\": [\n      \"<long>\",\n      \"<long>\"\n    ],\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3f8c192c-7382-4e9c-9595-0b0df806ca3c",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"cancellation_id\": [\n      \"<long>\",\n      \"<long>\"\n    ],\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "585b4456-77a6-4513-b2d4-476eacdb61bc",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"cancellation_id\": [\n      \"<long>\",\n      \"<long>\"\n    ],\n    \"status\": [\n      \"NEW\",\n      \"NEW\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "eba89698-c07d-47c4-91a6-270b9b953e6d",
              "name": "Обновление заявки на отмену заказа.",
              "request": {
                "name": "Обновление заявки на отмену заказа.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "cancellation",
                    "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  \"cancellation_id\": \"<long>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "2446db0f-aa7f-4462-b031-fa8e4198763e",
                  "name": "Успех. Тело ответа — пустой JSON-объект `{}`.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cancellation_id\": \"<long>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"failed\": {\n    \"cancellation_id\": \"minim et Lorem commodo\",\n    \"error_message\": \"velit voluptate minim dolore\",\n    \"errors\": [\n      {\n        \"field\": \"cancellation_id\",\n        \"code\": \"NOT_FOUND\",\n        \"message\": \"Заявка на отмену не найдена\"\n      },\n      {\n        \"field\": \"cancellation_id\",\n        \"code\": \"NOT_FOUND\",\n        \"message\": \"Заявка на отмену не найдена\"\n      }\n    ]\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "71afda32-6f75-49f4-887e-c5221000fe18",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cancellation_id\": \"<long>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fbd314a9-03f1-4c07-8cb4-ac7cc2d3f2ba",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cancellation_id\": \"<long>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "50dc0ead-98b2-4f1d-91f1-99b8fb7171dc",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cancellation_id\": \"<long>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a0ca9041-9637-429f-af15-4d7f79ab817f",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cancellation_id\": \"<long>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "fb769498-713e-4e2a-8f7d-f0e90732d860",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "cancellation",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cancellation_id\": \"<long>\",\n  \"status\": \"<string>\",\n  \"comment\": \"<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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "4e92484d-7bf6-413e-b230-9990791e6618",
          "name": "return",
          "item": [
            {
              "id": "3168756d-88ff-49f2-a934-03ace4884406",
              "name": "Список заявок на возвраты клиента.",
              "request": {
                "name": "Список заявок на возвраты клиента.",
                "description": {},
                "url": {
                  "path": [
                    "v1",
                    "return",
                    "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    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"return_id\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"cursor\": \"<string>\",\n  \"limit\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "116aeb64-b927-44ea-817c-f81c940ac1ae",
                  "name": "A successful response.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"return_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  \"returns\": [\n    {\n      \"return_id\": \"exercitation in in nostrud\",\n      \"merchant_order_id\": \"et\",\n      \"client_order_id\": \"exercitation ullamco\",\n      \"product_id\": \"Lorem elit\",\n      \"offer_id\": \"non laboris\",\n      \"status\": \"NEW\",\n      \"product_name\": \"ea adipisicing consequat\",\n      \"client_photo\": [\n        \"Ut aliqua\",\n        \"mollit reprehenderit minim dolore incididunt\"\n      ],\n      \"delivery\": {\n        \"delivery_type\": \"<string>\",\n        \"address_tail\": \"anim ea aliqua irure\",\n        \"comment\": \"Excepteur dolore do commodo\",\n        \"location_id\": \"sunt\",\n        \"tracking_number\": \"in dolore\"\n      },\n      \"delivery_date\": {\n        \"delivery_date_begin\": \"2026-07-02T10:25:00+02:00\",\n        \"delivery_date_end\": \"2026-07-02T10:25:00+02:00\"\n      },\n      \"return_request_reviewed_at\": \"2026-07-02T10:25:00+02:00\",\n      \"description\": \"anim\",\n      \"created_at\": \"2026-07-02T10:25:00+02:00\",\n      \"money_returned\": {\n        \"value\": -42632448.11438054,\n        \"currency_code\": \"RUB\"\n      }\n    },\n    {\n      \"return_id\": \"id esse est\",\n      \"merchant_order_id\": \"ipsum culpa nisi\",\n      \"client_order_id\": \"adipisicing qui aliquip sed proident\",\n      \"product_id\": \"nisi\",\n      \"offer_id\": \"voluptate deserunt consequat\",\n      \"status\": \"NEW\",\n      \"product_name\": \"ut irure\",\n      \"client_photo\": [\n        \"Duis in ut id adipisicing\",\n        \"aliquip occaecat minim Excepteur qu\"\n      ],\n      \"delivery\": {\n        \"delivery_type\": \"<string>\",\n        \"address_tail\": \"eu ipsum commodo\",\n        \"comment\": \"nostrud fugiat proident amet culpa\",\n        \"location_id\": \"sed est lab\",\n        \"tracking_number\": \"eu exercitation\"\n      },\n      \"delivery_date\": {\n        \"delivery_date_begin\": \"2026-07-02T10:25:00+02:00\",\n        \"delivery_date_end\": \"2026-07-02T10:25:00+02:00\"\n      },\n      \"return_request_reviewed_at\": \"2026-07-02T10:25:00+02:00\",\n      \"description\": \"est veniam enim eiusmod\",\n      \"created_at\": \"2026-07-02T10:25:00+02:00\",\n      \"money_returned\": {\n        \"value\": -64530931.27209302,\n        \"currency_code\": \"RUB\"\n      }\n    }\n  ],\n  \"next_cursor\": \"commodo ad consequat\",\n  \"total\": 7549321\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "5a6c8cbc-7655-4c93-ac2e-6f8e69839a88",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"return_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "83ccd912-e1d9-4bff-b361-36067f151334",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"return_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "37afd074-2ee4-4ac2-ae71-6322ae828647",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"return_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d3ffc1ce-996e-4d83-87bc-b443fa50f993",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"return_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "2aec5a9c-9f5d-45f8-a985-55a79bc9d0fa",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Authorization",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"filter\": {\n    \"status\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"return_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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2973b263-cf3a-4918-b9e8-0221228257c8",
              "name": "dbs",
              "item": [
                {
                  "id": "6a24a72d-62c1-47b7-a8b8-ec559203f733",
                  "name": "Установка статуса возврата.",
                  "request": {
                    "name": "Установка статуса возврата.",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "dbs",
                        "status",
                        "set"
                      ],
                      "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  \"status\": \"<string>\",\n  \"partial_refund_amount\": \"<double>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "1311f753-2566-4268-bdc1-ebc20ef7fe7c",
                      "name": "A successful response.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "status",
                            "set"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"partial_refund_amount\": \"<double>\"\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"failed\": {\n    \"return_id\": \"vol\",\n    \"error_message\": \"dolor fugiat adipisicing dolor\",\n    \"errors\": [\n      {\n        \"field\": \"status\",\n        \"code\": \"INVALID_STATUS_TRANSITION\",\n        \"message\": \"Недопустимый переход статуса возврата\"\n      },\n      {\n        \"field\": \"status\",\n        \"code\": \"INVALID_STATUS_TRANSITION\",\n        \"message\": \"Недопустимый переход статуса возврата\"\n      }\n    ]\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "a0d4f903-cb83-4e80-976f-2bdc21b32840",
                      "name": "Некорректный запрос",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "status",
                            "set"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"partial_refund_amount\": \"<double>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "8987c490-5ebb-4ed6-a999-9987dcfd8e3e",
                      "name": "Ошибка авторизации",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "status",
                            "set"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"partial_refund_amount\": \"<double>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "ef1a126f-0597-4429-993e-b02c01542204",
                      "name": "Превышен лимит запросов",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "status",
                            "set"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"partial_refund_amount\": \"<double>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "fddbe7e3-6285-4149-ae94-9fd19460e273",
                      "name": "Внутренняя ошибка сервера",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "status",
                            "set"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"partial_refund_amount\": \"<double>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "dc327abc-8922-4fc8-8232-d44473e65c33",
                      "name": "Ошибка (неожиданная или прочие)",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "status",
                            "set"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"status\": \"<string>\",\n  \"partial_refund_amount\": \"<double>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "f46a630a-1cf4-4c33-ae86-d2104a2b1743",
                  "name": "Обновление сведений об экземплярах возврата.",
                  "request": {
                    "name": "Обновление сведений об экземплярах возврата.",
                    "description": {},
                    "url": {
                      "path": [
                        "v1",
                        "return",
                        "dbs",
                        "exemplar",
                        "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  \"return_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<double>\"\n  }\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "response": [
                    {
                      "id": "b8f110bb-3da2-457a-9842-95c7f6fc8edc",
                      "name": "A successful response.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "exemplar",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<double>\"\n  }\n}",
                          "options": {
                            "raw": {
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"failed\": {\n    \"return_id\": \"ut voluptate Duis proident aliquip\",\n    \"error_message\": \"tempor\",\n    \"errors\": [\n      {\n        \"field\": \"exemplar.exemplar_id\",\n        \"code\": \"NOT_FOUND\",\n        \"message\": \"Экземпляр не найден\"\n      },\n      {\n        \"field\": \"exemplar.exemplar_id\",\n        \"code\": \"NOT_FOUND\",\n        \"message\": \"Экземпляр не найден\"\n      }\n    ]\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "95555a40-62ff-4cfd-ba2a-43e8eb5a4828",
                      "name": "Некорректный запрос",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "exemplar",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<double>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "0d52b65c-8fe8-4c2b-a98c-4da72e04eec0",
                      "name": "Ошибка авторизации",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "exemplar",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<double>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "68bbf55f-bbf6-437c-baa0-bb416a8bbebb",
                      "name": "Превышен лимит запросов",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "exemplar",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<double>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "b507d307-890e-46e9-9133-a6164db0537d",
                      "name": "Внутренняя ошибка сервера",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "exemplar",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<double>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "cd80d839-0343-4042-87ad-023639094fab",
                      "name": "Ошибка (неожиданная или прочие)",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "v1",
                            "return",
                            "dbs",
                            "exemplar",
                            "update"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "Authorization",
                            "value": "<API Key>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"return_id\": \"<string>\",\n  \"exemplar\": {\n    \"exemplar_id\": \"<string>\",\n    \"gtd\": \"<string>\",\n    \"marks\": [\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      },\n      {\n        \"mark\": \"<string>\",\n        \"mark_type\": \"<string>\"\n      }\n    ],\n    \"rnpt\": \"<string>\",\n    \"weight\": \"<double>\"\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\": \"veniam occaecat cillum aliquip\",\n  \"message\": \"veniam enim laboris\",\n  \"details\": {\n    \"consequata28\": \"in est aliqua dolor non\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ],
              "event": []
            }
          ],
          "event": []
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "https://api.example.com",
      "key": "baseUrl"
    }
  ],
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "key",
        "value": "Authorization"
      },
      {
        "key": "value",
        "value": "{{apiKey}}"
      },
      {
        "key": "in",
        "value": "header"
      }
    ]
  },
  "info": {
    "_postman_id": "6c1c8205-a873-4172-b0fb-8f91ab220391",
    "name": "Seller API DBS",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Базовые методы Seller API (DBS).",
      "type": "text/plain"
    }
  }
}