{
  "item": [
    {
      "id": "f7d2d692-813f-427b-9ffc-d36dc96dfbc1",
      "name": "v1/billing",
      "item": [
        {
          "id": "9b7f5692-a69c-48c5-b935-46f676073090",
          "name": "Получение списка отчётных периодов.",
          "request": {
            "name": "Получение списка отчётных периодов.",
            "description": {
              "content": "Возвращает список отчётных периодов витрины. Идентификатор закрытого (CLOSED) периода используется в последующих запросах на получение данных. Логистическая схема определяется на уровне отдельных операций и поэтому не указывается в запросе.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "v1",
                "billing",
                "period",
                "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  \"status\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "2f153cb0-2e76-4146-b796-10920b4064b5",
              "name": "Список доступных отчётных периодов и их `report_id`.",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "period",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Client-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"periods\": [\n    {\n      \"report_id\": \"14b148c8-f7fe-7fdd-a3d6-3f5f6e44222f\",\n      \"period_from\": \"2025-03-03\",\n      \"period_to\": \"1946-08-31\",\n      \"status\": \"<string>\",\n      \"status_changed_at\": \"2007-07-02T14:46:07.194Z\"\n    },\n    {\n      \"report_id\": \"6ccd4799-d7c8-629f-5d18-9697152be276\",\n      \"period_from\": \"1953-09-02\",\n      \"period_to\": \"1956-04-03\",\n      \"status\": \"<string>\",\n      \"status_changed_at\": \"1994-02-22T18:12:12.788Z\"\n    }\n  ],\n  \"next_cursor\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f893fbec-7e46-4744-8e93-c317d62644bf",
              "name": "Некорректный запрос",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "period",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Client-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4596451-dd00-485e-9bee-866150154b9f",
              "name": "Ошибка авторизации",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "period",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Client-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b0b6b7e-53bf-472b-915e-9d885be13a72",
              "name": "Превышен лимит запросов",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "period",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Client-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "76f46a5e-0096-49c0-849a-ef1836fd32c7",
              "name": "Внутренняя ошибка сервера",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "period",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Client-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0566b3a3-b2e5-4749-98c5-b3dde6f8d0aa",
              "name": "Ошибка (неожиданная или прочие)",
              "originalRequest": {
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "period",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "Client-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3e3a0196-c78a-49e1-8a7d-3775d2322180",
          "name": "report",
          "item": [
            {
              "id": "be4f2ba8-57e1-4759-9612-539c712a58b8",
              "name": "Получение сведений об отчётном периоде.",
              "request": {
                "name": "Получение сведений об отчётном периоде.",
                "description": {
                  "content": "Возвращает сведения об отчётном периоде, включая его текущее состояние, сумму отчёта (`amount`), схему расчётов, номер платёжного поручения (`payment_order_number`) и историю изменения статусов. Направление платежа определяется схемой расчётов. Номер платёжного поручения относится к полной сумме расчёта.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "report",
                    "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  \"report_id\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "95acbc1e-4c6b-46f7-b96e-96396d1902bc",
                  "name": "Состояние отчёта, сумма, схема платежа и история переходов.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"report_id\": \"429aa42f-9cd6-6eaa-08f6-119b78c14c62\",\n  \"period_from\": \"1985-06-28\",\n  \"period_to\": \"1973-02-03\",\n  \"scheme\": \"platform_payout\",\n  \"state\": \"PAYMENT_ORDER_CREATED\",\n  \"state_changed_at\": \"2010-05-05T19:02:37.161Z\",\n  \"amount\": {\n    \"value\": 44350,\n    \"currency_code\": \"RUB\"\n  },\n  \"status_history\": [\n    {\n      \"at\": \"2022-03-29T03:53:05.725Z\",\n      \"from_state\": \"IN_REVIEW_BY_STOREFRONT\",\n      \"to_state\": \"IN_REVIEW_BY_STOREFRONT\",\n      \"actor\": \"STOREFRONT\",\n      \"comment\": \"string\"\n    },\n    {\n      \"at\": \"2015-02-20T20:51:04.151Z\",\n      \"from_state\": \"SIGNED\",\n      \"to_state\": \"SIGNED\",\n      \"actor\": \"MERCHANT\",\n      \"comment\": \"string\"\n    }\n  ],\n  \"payment_order_number\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "32d46233-3ec9-49c1-8b2d-69019f0f6d36",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "02ec3e3a-59ae-4099-ac3e-8075266c825c",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "785a4dbd-ea5a-4d59-b016-adb66538f4f7",
                  "name": "Отчёт не найден или недоступен текущему caller.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "82d503d2-b03c-4f89-b6d4-d1c708b348fa",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b890f5d4-3cf2-4ef8-b7fb-530342325f1f",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "832512f7-f414-48b4-8ed3-b1b508943413",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "fb883e98-6220-442c-b0bd-03a46f2492e4",
              "name": "Обновление состояния отчёта.",
              "request": {
                "name": "Обновление состояния отчёта.",
                "description": {
                  "content": "Обновляет состояние отчётного периода. Разрешены только переходы, предусмотренные жизненным циклом отчёта. Мерчант может перевести отчёт в состояние `APPROVED_BY_MERCHANT` или `DISPUTED_BY_MERCHANT` только из `IN_REVIEW_BY_MERCHANT`. Состояние `PAYMENT_RECEIVED` может быть установлено только после перехода отчёта в `PAID` и только участником, получившим платёж.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "report",
                    "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  \"report_id\": \"<uuid>\",\n  \"state\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "3cf00d89-0d7b-48c7-bdf4-140bb9e85c1a",
                  "name": "Новое состояние отчёта после успешного перехода.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"state\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"report_id\": \"4e3ee13a-b466-9dc0-9fe3-1f26c53df4e5\",\n  \"state\": \"APPROVED_BY_STOREFRONT\",\n  \"state_changed_at\": \"2022-08-03T20:59:49.832Z\",\n  \"errors\": [\n    {\n      \"field\": \"string\",\n      \"code\": \"INVALID_FORMAT\",\n      \"message\": \"string\"\n    },\n    {\n      \"field\": \"string\",\n      \"code\": \"INVALID_STATUS_TRANSITION\",\n      \"message\": \"string\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "025db67c-f68a-4e7e-964c-2dbb3f6a54db",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"state\": \"<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_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "17813f9a-3f1f-40aa-9604-7110da1d74ed",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"state\": \"<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_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e8d32154-823a-4263-91cf-9c87ee253a9c",
                  "name": "Запрошенный переход отчёта запрещён state machine.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"state\": \"<string>\",\n  \"comment\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Conflict",
                  "code": 409,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a774f74c-5614-46b3-8ab6-e61bcb048f8b",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"state\": \"<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_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "35f0c3db-48d4-4ca9-8f2f-a6237d6077d8",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"state\": \"<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_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8615412b-e559-47d2-b798-3fd0f6f96ae1",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "update"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"state\": \"<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_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9f81260d-f942-4a0b-a997-920f37af38e6",
              "name": "Получение заказов, входящих в отчёт.",
              "request": {
                "name": "Получение заказов, входящих в отчёт.",
                "description": {
                  "content": "Возвращает постраничный список `merchant_order_ids` для указанного `report_id`. Детализация `merchant_order_id` доступна через `/v1/billing/{dbs|fbs|fbo}/order/get`.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "report",
                    "order",
                    "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  \"report_id\": \"<uuid>\",\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "879dfd15-07f8-4204-b1d5-59f3ea127e90",
                  "name": "Идентификаторы строк заказа, входящих в отчёт.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "order",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"report_id\": \"31a14d64-9017-ec4f-82c1-54f47df6cd89\",\n  \"merchant_order_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "dd585edf-d711-4b4f-9874-10b27fd8688c",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "order",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "03f6de32-7140-42fa-b151-a47326cec061",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "order",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0e0cc34e-1a4d-4132-ad88-87f7c07afde9",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "order",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7b439de5-d07a-4165-bf9d-c0e6e7b3101a",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "order",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "99b81c6c-7207-4dec-b783-562082154cb9",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "order",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "748f4219-62a2-4bf7-9475-d86d91e4e0cf",
              "name": "Получение возвратов, входящих в отчёт.",
              "request": {
                "name": "Получение возвратов, входящих в отчёт.",
                "description": {
                  "content": "Возврат включается в отчёт по дате перехода в конечный статус возврата (`status_changed_at`). Дата создания возврата и изменения промежуточных статусов не влияют на его включение в отчёт.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "report",
                    "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  \"report_id\": \"<uuid>\",\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "f8cc2897-8de1-4c2d-a952-beae5f2259e3",
                  "name": "Идентификаторы возвратов, входящих в отчёт.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"report_id\": \"c86a0d26-4f79-0dcc-6685-94575be6f474\",\n  \"return_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "3ad8e983-fb9a-4770-ad6c-530deefe6ed9",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "df92fc22-c69c-4ecc-94aa-44d158a74d57",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "28ec8a21-e53e-470e-abc6-9ea9c84d4475",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "af087ccc-9d7f-4705-a04a-4e776510f0cf",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "75ed4ece-5ed1-46cd-8bb0-b7be61e22ee1",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "report",
                        "return",
                        "list"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"report_id\": \"<uuid>\",\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "78721d85-7913-49f6-bb4d-2efecb6b7312",
          "name": "dbs",
          "item": [
            {
              "id": "608e366d-08a1-4720-97f4-e4e38c08440c",
              "name": "Получение сведений о заказе DBS.",
              "request": {
                "name": "Получение сведений о заказе DBS.",
                "description": {
                  "content": "Возвращает сведения о заказе DBS, включённом в отчётный период, включая состав заказа, стоимость товаров, начисления, удержания и связанные финансовые операции.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "dbs",
                    "order",
                    "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  \"merchant_order_ids\": [\n    \"<string>\"\n  ],\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "5535562b-e9b1-4fcf-a54a-a3925747dc3e",
                  "name": "DBS-строки заказа и delivery envelope для биллинга.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "dbs",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"merchant_orders\": [\n    {\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"gross_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"fees\": [\n        {\n          \"fee_type\": \"SALE_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        },\n        {\n          \"fee_type\": \"SHIPMENT_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        }\n      ],\n      \"net_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"status\": \"NEW\",\n      \"status_changed_at\": \"1990-07-14T07:44:51.298Z\"\n    },\n    {\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"gross_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"fees\": [\n        {\n          \"fee_type\": \"REFUND_FEE\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        },\n        {\n          \"fee_type\": \"ACQUIRING_FEE\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        }\n      ],\n      \"net_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"status\": \"NEW\",\n      \"status_changed_at\": \"2014-07-22T22:26:50.856Z\"\n    }\n  ],\n  \"deliveries\": [\n    {\n      \"client_order_id\": \"string\",\n      \"merchant_order_ids\": [\n        \"string\"\n      ],\n      \"gross_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"fees\": [\n        {\n          \"fee_type\": \"RETURN_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        },\n        {\n          \"fee_type\": \"DELIVERY_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        }\n      ],\n      \"net_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"status\": \"NEW\",\n      \"status_changed_at\": \"1971-08-03T02:20:11.575Z\"\n    },\n    {\n      \"client_order_id\": \"string\",\n      \"merchant_order_ids\": [\n        \"string\"\n      ],\n      \"gross_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"fees\": [\n        {\n          \"fee_type\": \"RETURN_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        },\n        {\n          \"fee_type\": \"ACQUIRING_FEE\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        }\n      ],\n      \"net_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"status\": \"NEW\",\n      \"status_changed_at\": \"1965-06-28T09:28:57.790Z\"\n    }\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ce3919cc-6a68-470f-b6d2-9d210d707d4f",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "dbs",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "37767558-649d-4e78-98d1-a389ebb16b6c",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "dbs",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6dded4fd-3c56-475a-9164-a80860f9c169",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "dbs",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "356c3578-8b0a-4891-8fc2-e9366629c6e6",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "dbs",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "7bbd5503-f509-4ce9-bf3b-ffe92cec14ed",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "dbs",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "da1c8e12-8607-4e3b-a222-5583eb00e1b6",
              "name": "Получение сведений о возврате DBS.",
              "request": {
                "name": "Получение сведений о возврате DBS.",
                "description": {
                  "content": "Возвращает сведения о возврате DBS, включённом в отчётный период, включая возвращённые товары, суммы возврата, начисления, удержания и связанные финансовые операции.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "dbs",
                    "return",
                    "get"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"return_ids\": [\n    \"<string>\"\n  ],\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "943e47d0-0037-4f52-9677-c9cabb29e65a",
                  "name": "Нормализованные возвраты и return-scope money.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "dbs",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"returns\": [\n    {\n      \"return_id\": \"string\",\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"NEW\",\n      \"status_changed_at\": \"1956-06-06T05:28:27.717Z\",\n      \"refund_type\": \"PARTIAL_REFUND\",\n      \"amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"fees\": [\n        {\n          \"fee_type\": \"DELIVERY_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        },\n        {\n          \"fee_type\": \"DELIVERY_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        }\n      ]\n    },\n    {\n      \"return_id\": \"string\",\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"NEW\",\n      \"status_changed_at\": \"1969-06-11T10:41:45.046Z\",\n      \"refund_type\": \"FULL_REFUND\",\n      \"amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"fees\": [\n        {\n          \"fee_type\": \"SALE_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        },\n        {\n          \"fee_type\": \"RETURN_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        }\n      ]\n    }\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4148d0dd-0172-4cd0-ae56-38c09778a4f0",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "dbs",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a27d6af9-1983-4e63-b60c-dbe8e24f417d",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "dbs",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "bd33e028-fcee-4755-8cea-3cbca3365459",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "dbs",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "e84f2172-e39e-409d-9212-89fae98a9a0d",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "dbs",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "df455f6d-5a40-41ea-bad8-8d2dc251ab68",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "dbs",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "6177968f-2829-4a53-88a5-19859c206c98",
          "name": "fbs",
          "item": [
            {
              "id": "9ed1ffb7-3650-4c1b-8447-5a53b9f4ae82",
              "name": "Получение сведений о заказе FBS.",
              "request": {
                "name": "Получение сведений о заказе FBS.",
                "description": {
                  "content": "Возвращает сведения о заказе FBS, включённом в отчётный период, включая состав заказа, стоимость товаров, начисления, удержания и связанные финансовые операции.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "fbs",
                    "order",
                    "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  \"merchant_order_ids\": [\n    \"<string>\"\n  ],\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "c735150b-89e0-46c8-9af7-4e75bcee2f2f",
                  "name": "FBS-строки заказа и shipment envelope для биллинга.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbs",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"merchant_orders\": [\n    {\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"gross_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"fees\": [\n        {\n          \"fee_type\": \"RETURN_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        },\n        {\n          \"fee_type\": \"REFUND_FEE\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        }\n      ],\n      \"net_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"status\": \"CONFIRMED\",\n      \"status_changed_at\": \"2020-01-09T20:29:39.909Z\"\n    },\n    {\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"gross_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"fees\": [\n        {\n          \"fee_type\": \"REFUND_FEE\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        },\n        {\n          \"fee_type\": \"DELIVERY_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        }\n      ],\n      \"net_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"status\": \"DELIVERED\",\n      \"status_changed_at\": \"1952-10-14T22:39:41.316Z\"\n    }\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "8d5fa43f-5155-431c-9a9a-5dbb123224a3",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbs",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6f928c8d-46ff-4a8b-8692-8ecb7c35fdc7",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbs",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "84e12b40-42aa-464b-9ce2-6030db56e762",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbs",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "daf08abd-f921-45cc-99e5-3a7eb06ec3d0",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbs",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "466e084a-1352-4810-988d-627fcfc47667",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbs",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c8f0805c-08ad-4406-b3f4-3e0bc5cfc0eb",
              "name": "Получение сведений о возврате FBS.",
              "request": {
                "name": "Получение сведений о возврате FBS.",
                "description": {
                  "content": "Возвращает сведения о возврате FBS, включённом в отчётный период, включая возвращённые товары, суммы возврата, начисления, удержания и связанные финансовые операции.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "fbs",
                    "return",
                    "get"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"return_ids\": [\n    \"<string>\"\n  ],\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "dca2369c-0842-4dd9-8d70-22f999ea7ecc",
                  "name": "Нормализованные возвраты и return-scope money.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbs",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"returns\": [\n    {\n      \"return_id\": \"string\",\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"CONFIRMED\",\n      \"status_changed_at\": \"1960-10-19T03:56:33.024Z\",\n      \"refund_type\": \"FULL_REFUND\",\n      \"amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"fees\": [\n        {\n          \"fee_type\": \"DELIVERY_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        },\n        {\n          \"fee_type\": \"ACQUIRING_FEE\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        }\n      ]\n    },\n    {\n      \"return_id\": \"string\",\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"CONFIRMED\",\n      \"status_changed_at\": \"2021-12-28T07:59:26.974Z\",\n      \"refund_type\": \"PARTIAL_REFUND\",\n      \"amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"fees\": [\n        {\n          \"fee_type\": \"SHIPMENT_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        },\n        {\n          \"fee_type\": \"REFUND_FEE\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        }\n      ]\n    }\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "0af9c718-0aa8-440e-8c35-83ae7bf12ab7",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbs",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f8478c52-7e4e-4f98-83f5-662996df8ffb",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbs",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "a36781fe-8fb3-40a2-a5f5-21bc8b39883c",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbs",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "164ff679-fa69-48de-a749-7987a1630bb0",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbs",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4b2d5316-ae22-454a-abce-c9a76260a67c",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbs",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "f929c577-0729-4cc1-abb8-05832deaa65b",
          "name": "fbo",
          "item": [
            {
              "id": "9885a65e-fd69-4eeb-8735-5d10f5fc882f",
              "name": "Получение сведений о заказе FBO.",
              "request": {
                "name": "Получение сведений о заказе FBO.",
                "description": {
                  "content": "Возвращает сведения о заказе FBO, включённом в отчётный период, включая состав заказа, стоимость товаров, начисления, удержания и связанные финансовые операции.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "fbo",
                    "order",
                    "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  \"merchant_order_ids\": [\n    \"<string>\"\n  ],\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "0a245c64-11d5-4770-bfa3-8d5e9ab83e72",
                  "name": "FBO-строки заказа и shipment envelope для биллинга.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbo",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"merchant_orders\": [\n    {\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"gross_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"fees\": [\n        {\n          \"fee_type\": \"ACQUIRING_FEE\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        },\n        {\n          \"fee_type\": \"DELIVERY_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        }\n      ],\n      \"net_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"status\": \"NEW\",\n      \"status_changed_at\": \"2023-09-21T23:28:15.020Z\"\n    },\n    {\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"gross_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"fees\": [\n        {\n          \"fee_type\": \"DELIVERY_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        },\n        {\n          \"fee_type\": \"SALE_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        }\n      ],\n      \"net_amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"status\": \"DELIVERED\",\n      \"status_changed_at\": \"2012-01-17T09:55:20.863Z\"\n    }\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "af4377d4-64e6-4580-8c1d-bf6e581d4207",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbo",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d343f74d-c135-49a1-ae98-cce545bdbf06",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbo",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "6e7cf408-2001-472f-b304-30eb09b5efb2",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbo",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "ee119637-a937-4967-9dd1-4ba9155a8f0d",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbo",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "d36c014c-99bd-452b-bdad-0e592286c298",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbo",
                        "order",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f590bdff-7e8b-499b-b7e7-14d5daf5ff8a",
              "name": "Получение сведений о возврате FBO.",
              "request": {
                "name": "Получение сведений о возврате FBO.",
                "description": {
                  "content": "Возвращает сведения о возврате FBO, включённом в отчётный период, включая возвращённые товары, суммы возврата, начисления, удержания и связанные финансовые операции.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "v1",
                    "billing",
                    "fbo",
                    "return",
                    "get"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"return_ids\": [\n    \"<string>\"\n  ],\n  \"cursor\": \"<string>\",\n  \"limit\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "8b5be48b-ef43-4c44-9088-553923029dd8",
                  "name": "Нормализованные возвраты и return-scope money.",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbo",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"returns\": [\n    {\n      \"return_id\": \"string\",\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"CANCELLED\",\n      \"status_changed_at\": \"2001-01-22T16:20:09.702Z\",\n      \"refund_type\": \"PARTIAL_REFUND\",\n      \"amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"fees\": [\n        {\n          \"fee_type\": \"RETURN_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        },\n        {\n          \"fee_type\": \"ACQUIRING_FEE\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        }\n      ]\n    },\n    {\n      \"return_id\": \"string\",\n      \"merchant_order_id\": \"string\",\n      \"client_order_id\": \"string\",\n      \"status\": \"CANCELLED\",\n      \"status_changed_at\": \"1960-10-25T14:38:29.493Z\",\n      \"refund_type\": \"FULL_REFUND\",\n      \"amount\": {\n        \"value\": 44350,\n        \"currency_code\": \"RUB\"\n      },\n      \"fees\": [\n        {\n          \"fee_type\": \"RETURN_COMMISSION\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        },\n        {\n          \"fee_type\": \"REFUND_FEE\",\n          \"amount\": {\n            \"value\": 44350,\n            \"currency_code\": \"RUB\"\n          }\n        }\n      ]\n    }\n  ],\n  \"next_cursor\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "4b3d287b-12f2-4204-a26f-059091d79c7e",
                  "name": "Некорректный запрос",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbo",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Bad Request",
                  "code": 400,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f9cda8cd-5292-46ca-b2c2-53bb05b91000",
                  "name": "Ошибка авторизации",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbo",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "f27a828b-3227-4a24-8051-cfa7a1ed69ba",
                  "name": "Превышен лимит запросов",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbo",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Too Many Requests",
                  "code": 429,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "13df9c29-3553-4df0-9d84-fa0365ab3998",
                  "name": "Внутренняя ошибка сервера",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbo",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                },
                {
                  "id": "b36fd663-cd31-48d2-8f94-f2a3932c1e2c",
                  "name": "Ошибка (неожиданная или прочие)",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "v1",
                        "billing",
                        "fbo",
                        "return",
                        "get"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "description": {
                          "content": "Added as a part of security scheme: apikey",
                          "type": "text/plain"
                        },
                        "key": "Client-Id",
                        "value": "<API Key>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Internal Server Error",
                  "code": 500,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"error_type\": \"ERROR_TYPE_INTERNAL\",\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"details\": {\n    \"key_0\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "https://api.example.com",
      "key": "baseUrl"
    }
  ],
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "key",
        "value": "Client-Id"
      },
      {
        "key": "value",
        "value": "{{apiKey}}"
      },
      {
        "key": "in",
        "value": "header"
      }
    ]
  },
  "info": {
    "_postman_id": "0a3c7a1f-22f1-4aa1-b59d-5cf1c9fd2045",
    "name": "Seller API Billing",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Seller API для сверок и биллинга.",
      "type": "text/plain"
    }
  }
}