{
  "item": [
    {
      "name": "api",
      "description": "",
      "item": [
        {
          "name": "v1",
          "description": "",
          "item": [
            {
              "name": "items",
              "description": "",
              "item": [
                {
                  "id": "8a9ab262-0459-4363-81bf-420bd7079ed9",
                  "name": "Delete Items",
                  "request": {
                    "name": "Delete Items",
                    "description": {
                      "content": "Deletes a batch of items in Vinted. Items are deleted asynchronously. Deleting item is only available for items that are successfully listed. Items that have the status `IN_PROGRESS` cannot be deleted.",
                      "type": "text/plain"
                    },
                    "url": {
                      "path": [
                        "api",
                        "v1",
                        "items"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": {
                          "content": "(Required) Signature header. Reference script in documentation.",
                          "type": "text/plain"
                        },
                        "key": "X-Vpi-Hmac-Sha256",
                        "value": "<string>"
                      },
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"item_ids\": [\n    \"<uuid>\"\n  ]\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    },
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-Vpi-Access-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{accessKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "311d5386-b55d-4444-9a88-ce90f506959c",
                      "name": "Request accepted. Deletions will be processed in the background. If items were not recognised as items that belong to your account the deletions will silently fail.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "DELETE",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"item_ids\": [\n    \"<uuid>\"\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Accepted",
                      "code": 202,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"items\": [\n    {\n      \"item_id\": \"<uuid>\",\n      \"accepted\": \"<boolean>\"\n    },\n    {\n      \"item_id\": \"<uuid>\",\n      \"accepted\": \"<boolean>\"\n    }\n  ]\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "1c0f33c4-bdcf-4501-864f-c6af52e84f80",
                      "name": "A validation error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "DELETE",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"item_ids\": [\n    \"<uuid>\"\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "8a6fd5e0-6be7-41c9-bf6b-40011a35110f",
                      "name": "User is not authorized to use API.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "DELETE",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"item_ids\": [\n    \"<uuid>\"\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "985d9642-7b57-4118-ac4c-c374d14f405b",
                      "name": "The item is not found.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "DELETE",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"item_ids\": [\n    \"<uuid>\"\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Not Found",
                      "code": 404,
                      "header": [],
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    },
                    {
                      "id": "8709e31d-11ec-4e77-a1c7-64bb73d67150",
                      "name": "An unexpected error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "DELETE",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"item_ids\": [\n    \"<uuid>\"\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [],
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "268553e4-e15d-4c62-8fce-a1125a2e51f6",
                  "name": "Get Items",
                  "request": {
                    "name": "Get Items",
                    "description": {
                      "content": "Lists items that were created in VPI.",
                      "type": "text/plain"
                    },
                    "url": {
                      "path": [
                        "api",
                        "v1",
                        "items"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": false,
                          "description": {
                            "content": "If set, returns only items after the item with this ID. Used for paging.",
                            "type": "text/plain"
                          },
                          "key": "after_item_id",
                          "value": "<uuid>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "The maximum number of items to return.",
                            "type": "text/plain"
                          },
                          "key": "limit",
                          "value": "<long>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": {
                          "content": "(Required) Signature header. Reference script in documentation.",
                          "type": "text/plain"
                        },
                        "key": "X-Vpi-Hmac-Sha256",
                        "value": "<string>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {},
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-Vpi-Access-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{accessKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "4dcc5e22-c856-4317-8a9a-0e65214091a6",
                      "name": "The items.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "disabled": false,
                              "description": {
                                "content": "If set, returns only items after the item with this ID. Used for paging.",
                                "type": "text/plain"
                              },
                              "key": "after_item_id",
                              "value": "<uuid>"
                            },
                            {
                              "disabled": false,
                              "description": {
                                "content": "The maximum number of items to return.",
                                "type": "text/plain"
                              },
                              "key": "limit",
                              "value": "<long>"
                            }
                          ],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"items\": [\n    {\n      \"item_id\": \"<uuid>\",\n      \"item_reference\": \"<string>\",\n      \"marketplace_item_id\": \"<long>\",\n      \"status\": \"INTERNAL_ERROR\",\n      \"errors\": [\n        {\n          \"field\": \"<string>\",\n          \"message\": \"<string>\"\n        },\n        {\n          \"field\": \"<string>\",\n          \"message\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"item_id\": \"<uuid>\",\n      \"item_reference\": \"<string>\",\n      \"marketplace_item_id\": \"<long>\",\n      \"status\": \"ACTIVE\",\n      \"errors\": [\n        {\n          \"field\": \"<string>\",\n          \"message\": \"<string>\"\n        },\n        {\n          \"field\": \"<string>\",\n          \"message\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "b6cb1722-8bb6-458c-873e-7154055f9649",
                      "name": "A validation error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "disabled": false,
                              "description": {
                                "content": "If set, returns only items after the item with this ID. Used for paging.",
                                "type": "text/plain"
                              },
                              "key": "after_item_id",
                              "value": "<uuid>"
                            },
                            {
                              "disabled": false,
                              "description": {
                                "content": "The maximum number of items to return.",
                                "type": "text/plain"
                              },
                              "key": "limit",
                              "value": "<long>"
                            }
                          ],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "a27e84d3-88d7-4232-a461-1958dbc1ae58",
                      "name": "User is not authorized to use API.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "disabled": false,
                              "description": {
                                "content": "If set, returns only items after the item with this ID. Used for paging.",
                                "type": "text/plain"
                              },
                              "key": "after_item_id",
                              "value": "<uuid>"
                            },
                            {
                              "disabled": false,
                              "description": {
                                "content": "The maximum number of items to return.",
                                "type": "text/plain"
                              },
                              "key": "limit",
                              "value": "<long>"
                            }
                          ],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "67fa3009-caaf-4813-83fd-3830c810d4d9",
                      "name": "An unexpected error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "disabled": false,
                              "description": {
                                "content": "If set, returns only items after the item with this ID. Used for paging.",
                                "type": "text/plain"
                              },
                              "key": "after_item_id",
                              "value": "<uuid>"
                            },
                            {
                              "disabled": false,
                              "description": {
                                "content": "The maximum number of items to return.",
                                "type": "text/plain"
                              },
                              "key": "limit",
                              "value": "<long>"
                            }
                          ],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [],
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "31fe2e90-d569-4fb6-8d7b-f5ba709cf7d4",
                  "name": "Create Items",
                  "request": {
                    "name": "Create Items",
                    "description": {
                      "content": "Creates a batch of items in Vinted. Items are validated and uploaded asynchronously. The response contains the identifier for each item. This identifier is used to further interact with the item, make sure to store it on your end as well.",
                      "type": "text/plain"
                    },
                    "url": {
                      "path": [
                        "api",
                        "v1",
                        "items"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": {
                          "content": "(Required) Signature header. Reference script in documentation.",
                          "type": "text/plain"
                        },
                        "key": "X-Vpi-Hmac-Sha256",
                        "value": "<string>"
                      },
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"brand\": \"<string>\",\n      \"catalog_id\": \"<integer>\",\n      \"currency\": \"GBP\",\n      \"description\": \"<string>\",\n      \"is_draft\": \"<boolean>\",\n      \"item_reference\": \"<string>\",\n      \"package_size_id\": \"<integer>\",\n      \"photo_urls\": [\n        \"<uri>\"\n      ],\n      \"price\": \"<float>\",\n      \"status_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"color_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"is_unisex\": \"<boolean>\",\n      \"isbn\": \"<string>\",\n      \"item_attributes\": [\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        },\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      ],\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"measurement_length\": \"<integer>\",\n      \"measurement_width\": \"<integer>\",\n      \"size_id\": \"<integer>\",\n      \"video_game_rating_id\": \"<integer>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    },
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-Vpi-Access-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{accessKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "2254c155-181a-4e3e-b61c-2ac699963a95",
                      "name": "Request accepted, items will be uploaded asynchronously. Receiving the item ID does not mean the item is listed.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"brand\": \"<string>\",\n      \"catalog_id\": \"<integer>\",\n      \"currency\": \"GBP\",\n      \"description\": \"<string>\",\n      \"is_draft\": \"<boolean>\",\n      \"item_reference\": \"<string>\",\n      \"package_size_id\": \"<integer>\",\n      \"photo_urls\": [\n        \"<uri>\"\n      ],\n      \"price\": \"<float>\",\n      \"status_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"color_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"is_unisex\": \"<boolean>\",\n      \"isbn\": \"<string>\",\n      \"item_attributes\": [\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        },\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      ],\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"measurement_length\": \"<integer>\",\n      \"measurement_width\": \"<integer>\",\n      \"size_id\": \"<integer>\",\n      \"video_game_rating_id\": \"<integer>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Accepted",
                      "code": 202,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"items\": [\n    {\n      \"item_id\": \"<uuid>\",\n      \"item_reference\": \"<string>\"\n    },\n    {\n      \"item_id\": \"<uuid>\",\n      \"item_reference\": \"<string>\"\n    }\n  ]\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "b6a468db-2e15-4642-ad91-8257a0757bd9",
                      "name": "A validation error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"brand\": \"<string>\",\n      \"catalog_id\": \"<integer>\",\n      \"currency\": \"GBP\",\n      \"description\": \"<string>\",\n      \"is_draft\": \"<boolean>\",\n      \"item_reference\": \"<string>\",\n      \"package_size_id\": \"<integer>\",\n      \"photo_urls\": [\n        \"<uri>\"\n      ],\n      \"price\": \"<float>\",\n      \"status_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"color_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"is_unisex\": \"<boolean>\",\n      \"isbn\": \"<string>\",\n      \"item_attributes\": [\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        },\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      ],\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"measurement_length\": \"<integer>\",\n      \"measurement_width\": \"<integer>\",\n      \"size_id\": \"<integer>\",\n      \"video_game_rating_id\": \"<integer>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "9503c608-de32-455f-a05f-128ee90751b4",
                      "name": "User is not authorized to use API.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"brand\": \"<string>\",\n      \"catalog_id\": \"<integer>\",\n      \"currency\": \"GBP\",\n      \"description\": \"<string>\",\n      \"is_draft\": \"<boolean>\",\n      \"item_reference\": \"<string>\",\n      \"package_size_id\": \"<integer>\",\n      \"photo_urls\": [\n        \"<uri>\"\n      ],\n      \"price\": \"<float>\",\n      \"status_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"color_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"is_unisex\": \"<boolean>\",\n      \"isbn\": \"<string>\",\n      \"item_attributes\": [\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        },\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      ],\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"measurement_length\": \"<integer>\",\n      \"measurement_width\": \"<integer>\",\n      \"size_id\": \"<integer>\",\n      \"video_game_rating_id\": \"<integer>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "55459d09-164b-4702-904b-4b4f9719664c",
                      "name": "Adding these items would exceed the maximum number of items allowed for this account, please reduce the number of active items before creating more.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"brand\": \"<string>\",\n      \"catalog_id\": \"<integer>\",\n      \"currency\": \"GBP\",\n      \"description\": \"<string>\",\n      \"is_draft\": \"<boolean>\",\n      \"item_reference\": \"<string>\",\n      \"package_size_id\": \"<integer>\",\n      \"photo_urls\": [\n        \"<uri>\"\n      ],\n      \"price\": \"<float>\",\n      \"status_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"color_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"is_unisex\": \"<boolean>\",\n      \"isbn\": \"<string>\",\n      \"item_attributes\": [\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        },\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      ],\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"measurement_length\": \"<integer>\",\n      \"measurement_width\": \"<integer>\",\n      \"size_id\": \"<integer>\",\n      \"video_game_rating_id\": \"<integer>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Conflict",
                      "code": 409,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"slots\": \"<long>\",\n  \"active_items\": \"<long>\",\n  \"attempted_batch_size\": \"<long>\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "75c7766b-3675-4223-b9f8-6ef17d9757e9",
                      "name": "An unexpected error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"brand\": \"<string>\",\n      \"catalog_id\": \"<integer>\",\n      \"currency\": \"GBP\",\n      \"description\": \"<string>\",\n      \"is_draft\": \"<boolean>\",\n      \"item_reference\": \"<string>\",\n      \"package_size_id\": \"<integer>\",\n      \"photo_urls\": [\n        \"<uri>\"\n      ],\n      \"price\": \"<float>\",\n      \"status_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"color_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"is_unisex\": \"<boolean>\",\n      \"isbn\": \"<string>\",\n      \"item_attributes\": [\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        },\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      ],\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"measurement_length\": \"<integer>\",\n      \"measurement_width\": \"<integer>\",\n      \"size_id\": \"<integer>\",\n      \"video_game_rating_id\": \"<integer>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [],
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "639868ea-368e-4955-bfdc-7007b1c0bb75",
                  "name": "Update Items",
                  "request": {
                    "name": "Update Items",
                    "description": {
                      "content": "Updates a batch of items in Vinted. Items are validated and updated asynchronously. Updating item is only available for items that are successfully listed. Items that have the status `IN_PROGRESS` cannot be updated.",
                      "type": "text/plain"
                    },
                    "url": {
                      "path": [
                        "api",
                        "v1",
                        "items"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": {
                          "content": "(Required) Signature header. Reference script in documentation.",
                          "type": "text/plain"
                        },
                        "key": "X-Vpi-Hmac-Sha256",
                        "value": "<string>"
                      },
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PUT",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"brand\": \"<string>\",\n      \"catalog_id\": \"<integer>\",\n      \"currency\": \"GBP\",\n      \"description\": \"<string>\",\n      \"is_draft\": \"<boolean>\",\n      \"item_id\": \"<uuid>\",\n      \"package_size_id\": \"<integer>\",\n      \"photo_urls\": [\n        \"<uri>\"\n      ],\n      \"price\": \"<float>\",\n      \"status_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"color_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"is_unisex\": \"<boolean>\",\n      \"isbn\": \"<string>\",\n      \"item_attributes\": [\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        },\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      ],\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"measurement_length\": \"<integer>\",\n      \"measurement_width\": \"<integer>\",\n      \"size_id\": \"<integer>\",\n      \"video_game_rating_id\": \"<integer>\"\n    }\n  ]\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    },
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-Vpi-Access-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{accessKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "66ee7249-03c7-4266-9ad5-35861988a5b4",
                      "name": "Request accepted. Updates will be processed in the background. If items were not recognized as items that belong to your account the Updates will silently fail.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "PUT",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"brand\": \"<string>\",\n      \"catalog_id\": \"<integer>\",\n      \"currency\": \"GBP\",\n      \"description\": \"<string>\",\n      \"is_draft\": \"<boolean>\",\n      \"item_id\": \"<uuid>\",\n      \"package_size_id\": \"<integer>\",\n      \"photo_urls\": [\n        \"<uri>\"\n      ],\n      \"price\": \"<float>\",\n      \"status_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"color_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"is_unisex\": \"<boolean>\",\n      \"isbn\": \"<string>\",\n      \"item_attributes\": [\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        },\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      ],\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"measurement_length\": \"<integer>\",\n      \"measurement_width\": \"<integer>\",\n      \"size_id\": \"<integer>\",\n      \"video_game_rating_id\": \"<integer>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Accepted",
                      "code": 202,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"items\": [\n    {\n      \"item_id\": \"<uuid>\",\n      \"accepted\": \"<boolean>\",\n      \"reason\": \"ITEM_SOLD\"\n    },\n    {\n      \"item_id\": \"<uuid>\",\n      \"accepted\": \"<boolean>\",\n      \"reason\": \"ITEM_NOT_FOUND\"\n    }\n  ]\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "cdf98e43-5bae-44d4-b133-5e9418ba4154",
                      "name": "A validation error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "PUT",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"brand\": \"<string>\",\n      \"catalog_id\": \"<integer>\",\n      \"currency\": \"GBP\",\n      \"description\": \"<string>\",\n      \"is_draft\": \"<boolean>\",\n      \"item_id\": \"<uuid>\",\n      \"package_size_id\": \"<integer>\",\n      \"photo_urls\": [\n        \"<uri>\"\n      ],\n      \"price\": \"<float>\",\n      \"status_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"color_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"is_unisex\": \"<boolean>\",\n      \"isbn\": \"<string>\",\n      \"item_attributes\": [\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        },\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      ],\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"measurement_length\": \"<integer>\",\n      \"measurement_width\": \"<integer>\",\n      \"size_id\": \"<integer>\",\n      \"video_game_rating_id\": \"<integer>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "914d6660-8b68-4cbf-b2f2-c9597d9e960c",
                      "name": "User is not authorized to use API.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "PUT",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"brand\": \"<string>\",\n      \"catalog_id\": \"<integer>\",\n      \"currency\": \"GBP\",\n      \"description\": \"<string>\",\n      \"is_draft\": \"<boolean>\",\n      \"item_id\": \"<uuid>\",\n      \"package_size_id\": \"<integer>\",\n      \"photo_urls\": [\n        \"<uri>\"\n      ],\n      \"price\": \"<float>\",\n      \"status_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"color_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"is_unisex\": \"<boolean>\",\n      \"isbn\": \"<string>\",\n      \"item_attributes\": [\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        },\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      ],\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"measurement_length\": \"<integer>\",\n      \"measurement_width\": \"<integer>\",\n      \"size_id\": \"<integer>\",\n      \"video_game_rating_id\": \"<integer>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "1de2a8cc-319e-468a-b404-38ea60cc1001",
                      "name": "An unexpected error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "PUT",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"brand\": \"<string>\",\n      \"catalog_id\": \"<integer>\",\n      \"currency\": \"GBP\",\n      \"description\": \"<string>\",\n      \"is_draft\": \"<boolean>\",\n      \"item_id\": \"<uuid>\",\n      \"package_size_id\": \"<integer>\",\n      \"photo_urls\": [\n        \"<uri>\"\n      ],\n      \"price\": \"<float>\",\n      \"status_id\": \"<integer>\",\n      \"title\": \"<string>\",\n      \"color_ids\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"is_unisex\": \"<boolean>\",\n      \"isbn\": \"<string>\",\n      \"item_attributes\": [\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        },\n        {\n          \"item_attribute_id\": \"<string>\",\n          \"item_attribute_option_ids\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      ],\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"measurement_length\": \"<integer>\",\n      \"measurement_width\": \"<integer>\",\n      \"size_id\": \"<integer>\",\n      \"video_game_rating_id\": \"<integer>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [],
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "name": "{id}",
                  "description": "",
                  "item": [
                    {
                      "name": "status",
                      "description": "",
                      "item": [
                        {
                          "id": "b4dcb888-0356-4d60-9665-8d8d332be9aa",
                          "name": "Get Item Status",
                          "request": {
                            "name": "Get Item Status",
                            "description": {
                              "content": "Retrieves the current status of an item on Vinted by its ID.",
                              "type": "text/plain"
                            },
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "items",
                                ":id",
                                "status"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": [
                                {
                                  "type": "any",
                                  "value": "<uuid>",
                                  "key": "id",
                                  "disabled": false,
                                  "description": {
                                    "content": "(Required) The item ID.",
                                    "type": "text/plain"
                                  }
                                }
                              ]
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              }
                            ],
                            "method": "GET",
                            "body": {},
                            "auth": {
                              "type": "apikey",
                              "apikey": [
                                {
                                  "key": "key",
                                  "value": "X-Vpi-Access-Key"
                                },
                                {
                                  "key": "value",
                                  "value": "{{accessKey}}"
                                },
                                {
                                  "key": "in",
                                  "value": "header"
                                }
                              ]
                            }
                          },
                          "response": [
                            {
                              "id": "d34d6452-0e9d-4c6f-b8d0-55db8fa03f62",
                              "name": "Successfully retrieved the item status.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "items",
                                    ":id",
                                    "status"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "application/json"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "OK",
                              "code": 200,
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "application/json"
                                }
                              ],
                              "body": "{\n  \"status\": \"UPDATE_INTERNAL_ERROR\",\n  \"marketplace_item_id\": \"<long>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ]\n}",
                              "cookie": [],
                              "_postman_previewlanguage": "json"
                            },
                            {
                              "id": "2abbe3c6-fb21-473c-b7dd-3c20c8db90a1",
                              "name": "A validation error occured.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "items",
                                    ":id",
                                    "status"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "application/json"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "Bad Request",
                              "code": 400,
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "application/json"
                                }
                              ],
                              "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                              "cookie": [],
                              "_postman_previewlanguage": "json"
                            },
                            {
                              "id": "f7c3c18e-e5b5-4370-a099-cbcba9965eb4",
                              "name": "User is not authorized to use API.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "items",
                                    ":id",
                                    "status"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "application/json"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "application/json"
                                }
                              ],
                              "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                              "cookie": [],
                              "_postman_previewlanguage": "json"
                            },
                            {
                              "id": "0c280b4f-3c4c-45f0-9d45-ec1b77d9d3d6",
                              "name": "The item could not be found.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "items",
                                    ":id",
                                    "status"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "Not Found",
                              "code": 404,
                              "header": [],
                              "cookie": [],
                              "_postman_previewlanguage": "text"
                            },
                            {
                              "id": "43996f17-73c3-4d5f-b7e1-5e16b53b9e96",
                              "name": "An unexpected error occured.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "items",
                                    ":id",
                                    "status"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "Internal Server Error",
                              "code": 500,
                              "header": [],
                              "cookie": [],
                              "_postman_previewlanguage": "text"
                            }
                          ],
                          "event": [],
                          "protocolProfileBehavior": {
                            "disableBodyPruning": true
                          }
                        }
                      ]
                    }
                  ]
                },
                {
                  "name": "imported",
                  "description": "",
                  "item": [
                    {
                      "id": "9b284f33-5f41-4efa-b877-f13b0c3447cd",
                      "name": "Get Imported Items",
                      "request": {
                        "name": "Get Imported Items",
                        "description": {
                          "content": "Returns a list of items that were imported. VPI can import items that were added to Vinted in other ways than through VPI.",
                          "type": "text/plain"
                        },
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items",
                            "imported"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "disabled": false,
                              "description": {
                                "content": "If set, returns only items after the item with this ID. Used for paging.",
                                "type": "text/plain"
                              },
                              "key": "after_item_id",
                              "value": "<uuid>"
                            },
                            {
                              "disabled": false,
                              "description": {
                                "content": "The maximum number of items to return.",
                                "type": "text/plain"
                              },
                              "key": "limit",
                              "value": "<long>"
                            }
                          ],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": {
                          "type": "apikey",
                          "apikey": [
                            {
                              "key": "key",
                              "value": "X-Vpi-Access-Key"
                            },
                            {
                              "key": "value",
                              "value": "{{accessKey}}"
                            },
                            {
                              "key": "in",
                              "value": "header"
                            }
                          ]
                        }
                      },
                      "response": [
                        {
                          "id": "4f067ced-742e-42e1-9327-55e4d6337389",
                          "name": "The imported items list.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "items",
                                "imported"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [
                                {
                                  "disabled": false,
                                  "description": {
                                    "content": "If set, returns only items after the item with this ID. Used for paging.",
                                    "type": "text/plain"
                                  },
                                  "key": "after_item_id",
                                  "value": "<uuid>"
                                },
                                {
                                  "disabled": false,
                                  "description": {
                                    "content": "The maximum number of items to return.",
                                    "type": "text/plain"
                                  },
                                  "key": "limit",
                                  "value": "<long>"
                                }
                              ],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "GET",
                            "body": {}
                          },
                          "status": "OK",
                          "code": 200,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"items\": [\n    {\n      \"id\": \"<uuid>\",\n      \"url\": \"<uri>\",\n      \"title\": \"<string>\",\n      \"description\": \"<string>\",\n      \"status\": \"DELETED\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"url\": \"<uri>\",\n      \"title\": \"<string>\",\n      \"description\": \"<string>\",\n      \"status\": \"VALIDATION_ERROR\"\n    }\n  ]\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "cb6527c0-c243-4c48-99a3-a1ebb54b6071",
                          "name": "A validation error occured.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "items",
                                "imported"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [
                                {
                                  "disabled": false,
                                  "description": {
                                    "content": "If set, returns only items after the item with this ID. Used for paging.",
                                    "type": "text/plain"
                                  },
                                  "key": "after_item_id",
                                  "value": "<uuid>"
                                },
                                {
                                  "disabled": false,
                                  "description": {
                                    "content": "The maximum number of items to return.",
                                    "type": "text/plain"
                                  },
                                  "key": "limit",
                                  "value": "<long>"
                                }
                              ],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "GET",
                            "body": {}
                          },
                          "status": "Bad Request",
                          "code": 400,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "068e18b2-c38b-4b58-9509-ad43c1fcb770",
                          "name": "User is not authorized to use API.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "items",
                                "imported"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [
                                {
                                  "disabled": false,
                                  "description": {
                                    "content": "If set, returns only items after the item with this ID. Used for paging.",
                                    "type": "text/plain"
                                  },
                                  "key": "after_item_id",
                                  "value": "<uuid>"
                                },
                                {
                                  "disabled": false,
                                  "description": {
                                    "content": "The maximum number of items to return.",
                                    "type": "text/plain"
                                  },
                                  "key": "limit",
                                  "value": "<long>"
                                }
                              ],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "GET",
                            "body": {}
                          },
                          "status": "Unauthorized",
                          "code": 401,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "9bd516f0-bc57-404a-ab60-1100b39da25d",
                          "name": "An unexpected error occurred.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "items",
                                "imported"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [
                                {
                                  "disabled": false,
                                  "description": {
                                    "content": "If set, returns only items after the item with this ID. Used for paging.",
                                    "type": "text/plain"
                                  },
                                  "key": "after_item_id",
                                  "value": "<uuid>"
                                },
                                {
                                  "disabled": false,
                                  "description": {
                                    "content": "The maximum number of items to return.",
                                    "type": "text/plain"
                                  },
                                  "key": "limit",
                                  "value": "<long>"
                                }
                              ],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "GET",
                            "body": {}
                          },
                          "status": "Internal Server Error",
                          "code": 500,
                          "header": [],
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        }
                      ],
                      "event": [],
                      "protocolProfileBehavior": {
                        "disableBodyPruning": true
                      }
                    }
                  ]
                },
                {
                  "name": "item-references",
                  "description": "",
                  "item": [
                    {
                      "id": "321ff67e-b157-4522-8b83-f43ce6b796ff",
                      "name": "Update Item References",
                      "request": {
                        "name": "Update Item References",
                        "description": {
                          "content": "Sets the item references for the items in the request.",
                          "type": "text/plain"
                        },
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items",
                            "item-references"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "PUT",
                        "body": {
                          "mode": "raw",
                          "raw": "[\n  {\n    \"item_id\": \"<uuid>\",\n    \"item_reference\": \"<string>\"\n  },\n  {\n    \"item_id\": \"<uuid>\",\n    \"item_reference\": \"<string>\"\n  }\n]",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        },
                        "auth": {
                          "type": "apikey",
                          "apikey": [
                            {
                              "key": "key",
                              "value": "X-Vpi-Access-Key"
                            },
                            {
                              "key": "value",
                              "value": "{{accessKey}}"
                            },
                            {
                              "key": "in",
                              "value": "header"
                            }
                          ]
                        }
                      },
                      "response": [
                        {
                          "id": "49c9635a-e2e0-47f0-919c-8d4a95e8810d",
                          "name": "Item references set successfully.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "items",
                                "item-references"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "PUT",
                            "body": {
                              "mode": "raw",
                              "raw": "[\n  {\n    \"item_id\": \"<uuid>\",\n    \"item_reference\": \"<string>\"\n  },\n  {\n    \"item_id\": \"<uuid>\",\n    \"item_reference\": \"<string>\"\n  }\n]",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "OK",
                          "code": 200,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"items\": [\n    {\n      \"item_id\": \"<uuid>\",\n      \"accepted\": \"<boolean>\",\n      \"reason\": \"ITEM_REFERENCE_HAS_RESERVED_PREFIX\"\n    },\n    {\n      \"item_id\": \"<uuid>\",\n      \"accepted\": \"<boolean>\",\n      \"reason\": \"ITEM_REFERENCE_ALREADY_IN_USE\"\n    }\n  ]\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "f078adae-cfba-4441-a22a-2a2c39ead025",
                          "name": "A validation error occured.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "items",
                                "item-references"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "PUT",
                            "body": {
                              "mode": "raw",
                              "raw": "[\n  {\n    \"item_id\": \"<uuid>\",\n    \"item_reference\": \"<string>\"\n  },\n  {\n    \"item_id\": \"<uuid>\",\n    \"item_reference\": \"<string>\"\n  }\n]",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Bad Request",
                          "code": 400,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "8f0cb62a-d2a0-4264-bae0-912499eb4e51",
                          "name": "User is not authorized to use API.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "items",
                                "item-references"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "PUT",
                            "body": {
                              "mode": "raw",
                              "raw": "[\n  {\n    \"item_id\": \"<uuid>\",\n    \"item_reference\": \"<string>\"\n  },\n  {\n    \"item_id\": \"<uuid>\",\n    \"item_reference\": \"<string>\"\n  }\n]",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Unauthorized",
                          "code": 401,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "3f063ed4-52f2-4082-8943-377c8074877e",
                          "name": "An unexpected error occured.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "items",
                                "item-references"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "PUT",
                            "body": {
                              "mode": "raw",
                              "raw": "[\n  {\n    \"item_id\": \"<uuid>\",\n    \"item_reference\": \"<string>\"\n  },\n  {\n    \"item_id\": \"<uuid>\",\n    \"item_reference\": \"<string>\"\n  }\n]",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Internal Server Error",
                          "code": 500,
                          "header": [],
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        }
                      ],
                      "event": [],
                      "protocolProfileBehavior": {
                        "disableBodyPruning": true
                      }
                    }
                  ]
                },
                {
                  "name": "validate",
                  "description": "",
                  "item": [
                    {
                      "id": "edccd021-784a-4f8e-a7e5-0f45e636b19e",
                      "name": "Validate items without creating them.",
                      "request": {
                        "name": "Validate items without creating them.",
                        "description": {
                          "content": "Validates a batch of items without creating them. Returns per-item validation results so integrators can check items before uploading. This endpoint has no side effects.",
                          "type": "text/plain"
                        },
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "items",
                            "validate"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"items\": [\n    {\n      \"item_reference\": \"<string>\",\n      \"description\": \"<string>\",\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"price\": \"<float>\",\n      \"title\": \"<string>\"\n    }\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        },
                        "auth": {
                          "type": "apikey",
                          "apikey": [
                            {
                              "key": "key",
                              "value": "X-Vpi-Access-Key"
                            },
                            {
                              "key": "value",
                              "value": "{{accessKey}}"
                            },
                            {
                              "key": "in",
                              "value": "header"
                            }
                          ]
                        }
                      },
                      "response": [
                        {
                          "id": "613949ff-1175-4151-a5bf-60794241838d",
                          "name": "Per-item validation results.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "items",
                                "validate"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "POST",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"items\": [\n    {\n      \"item_reference\": \"<string>\",\n      \"description\": \"<string>\",\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"price\": \"<float>\",\n      \"title\": \"<string>\"\n    }\n  ]\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "OK",
                          "code": 200,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"items\": [\n    {\n      \"item_reference\": \"<string>\",\n      \"valid\": \"<boolean>\",\n      \"errors\": [\n        {\n          \"field\": \"<string>\",\n          \"code\": \"<string>\",\n          \"message\": \"<string>\"\n        },\n        {\n          \"field\": \"<string>\",\n          \"code\": \"<string>\",\n          \"message\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"item_reference\": \"<string>\",\n      \"valid\": \"<boolean>\",\n      \"errors\": [\n        {\n          \"field\": \"<string>\",\n          \"code\": \"<string>\",\n          \"message\": \"<string>\"\n        },\n        {\n          \"field\": \"<string>\",\n          \"code\": \"<string>\",\n          \"message\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "d00df483-f5b6-4724-988f-d587526dbb33",
                          "name": "A validation error occurred.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "items",
                                "validate"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "POST",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"items\": [\n    {\n      \"item_reference\": \"<string>\",\n      \"description\": \"<string>\",\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"price\": \"<float>\",\n      \"title\": \"<string>\"\n    }\n  ]\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Bad Request",
                          "code": 400,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "8bed159c-b746-46b7-9e28-44acdc1a32e9",
                          "name": "User is not authorized to use API.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "items",
                                "validate"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "POST",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"items\": [\n    {\n      \"item_reference\": \"<string>\",\n      \"description\": \"<string>\",\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"price\": \"<float>\",\n      \"title\": \"<string>\"\n    }\n  ]\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Unauthorized",
                          "code": 401,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "af8bc33c-b78c-4383-a842-7008c4cad31c",
                          "name": "An unexpected error occurred.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "items",
                                "validate"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "POST",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"items\": [\n    {\n      \"item_reference\": \"<string>\",\n      \"description\": \"<string>\",\n      \"manufacturer\": \"<string>\",\n      \"manufacturer_labelling\": \"<string>\",\n      \"price\": \"<float>\",\n      \"title\": \"<string>\"\n    }\n  ]\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Internal Server Error",
                          "code": 500,
                          "header": [],
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        }
                      ],
                      "event": [],
                      "protocolProfileBehavior": {
                        "disableBodyPruning": true
                      }
                    }
                  ]
                }
              ]
            },
            {
              "name": "ontologies",
              "description": "",
              "item": [
                {
                  "id": "1c6a39f9-06e0-44a4-9394-54c32cdef5e6",
                  "name": "Get Ontologies",
                  "request": {
                    "name": "Get Ontologies",
                    "description": {
                      "content": "Gets the ontologies required to create valid Vinted items. For many fields the valid values depend on the category of the item. Therefore it's recommended to first map your category tree to Vinted's category tree before you map other product properties. Note that gender is encoded in the root categories at Vinted, but the category trees aren't equal for the Women, Men and Kids. This means your category mapping should take gender into account as well. Brands are omitted from the response due to the large number of brands available on Vinted. You can send any brand name when creating or updating an item which will automatically be mapped to a supported brand or VPI will leave the brand unassigned if its not recognised.",
                      "type": "text/plain"
                    },
                    "url": {
                      "path": [
                        "api",
                        "v1",
                        "ontologies"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": {
                          "content": "(Required) Signature header. Reference script in documentation.",
                          "type": "text/plain"
                        },
                        "key": "X-Vpi-Hmac-Sha256",
                        "value": "<string>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {},
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-Vpi-Access-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{accessKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "254ca65c-150f-4a2b-9254-02d81f41b833",
                      "name": "Successfully retrieved ontologies.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "ontologies"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"version\": {\n    \"country\": \"LU\",\n    \"currency\": \"EUR\",\n    \"last_updated_on\": \"<dateTime>\"\n  },\n  \"enumerations\": {\n    \"catalogs\": [\n      {\n        \"id\": \"<integer>\",\n        \"title\": \"<string>\",\n        \"catalogs\": [\n          {\n            \"value\": \"<Circular reference to #/components/schemas/Catalog detected>\"\n          },\n          {\n            \"value\": \"<Circular reference to #/components/schemas/Catalog detected>\"\n          }\n        ],\n        \"disabled_fields\": [\n          \"measurement_length\",\n          \"measurement_length\"\n        ],\n        \"item_attribute_ids\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"size_group_ids\": [\n          \"<integer>\",\n          \"<integer>\"\n        ]\n      },\n      {\n        \"id\": \"<integer>\",\n        \"title\": \"<string>\",\n        \"catalogs\": [\n          {\n            \"value\": \"<Circular reference to #/components/schemas/Catalog detected>\"\n          },\n          {\n            \"value\": \"<Circular reference to #/components/schemas/Catalog detected>\"\n          }\n        ],\n        \"disabled_fields\": [\n          \"package_size_id\",\n          \"status_id\"\n        ],\n        \"item_attribute_ids\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"size_group_ids\": [\n          \"<integer>\",\n          \"<integer>\"\n        ]\n      }\n    ],\n    \"size_groups\": [\n      {\n        \"id\": \"<integer>\",\n        \"title\": \"<string>\",\n        \"description\": \"<string>\",\n        \"sizes\": [\n          {\n            \"id\": \"<integer>\",\n            \"title\": \"<string>\"\n          },\n          {\n            \"id\": \"<integer>\",\n            \"title\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"id\": \"<integer>\",\n        \"title\": \"<string>\",\n        \"description\": \"<string>\",\n        \"sizes\": [\n          {\n            \"id\": \"<integer>\",\n            \"title\": \"<string>\"\n          },\n          {\n            \"id\": \"<integer>\",\n            \"title\": \"<string>\"\n          }\n        ]\n      }\n    ],\n    \"statuses\": [\n      {\n        \"id\": \"<integer>\",\n        \"title\": \"<string>\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"title\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"package_sizes\": [\n      {\n        \"id\": \"<integer>\",\n        \"title\": \"<string>\",\n        \"weight_description\": \"<string>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"title\": \"<string>\",\n        \"weight_description\": \"<string>\"\n      }\n    ],\n    \"colors\": [\n      {\n        \"id\": \"<integer>\",\n        \"title\": \"<string>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"title\": \"<string>\"\n      }\n    ],\n    \"item_attributes\": [\n      {\n        \"id\": \"<string>\",\n        \"title\": \"<string>\",\n        \"is_required\": \"<boolean>\",\n        \"selection_type\": \"MULTIPLE\",\n        \"selection_limit\": \"<integer>\",\n        \"options\": [\n          {\n            \"id\": \"<integer>\",\n            \"title\": \"<string>\"\n          },\n          {\n            \"id\": \"<integer>\",\n            \"title\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"id\": \"<string>\",\n        \"title\": \"<string>\",\n        \"is_required\": \"<boolean>\",\n        \"selection_type\": \"MULTIPLE\",\n        \"selection_limit\": \"<integer>\",\n        \"options\": [\n          {\n            \"id\": \"<integer>\",\n            \"title\": \"<string>\"\n          },\n          {\n            \"id\": \"<integer>\",\n            \"title\": \"<string>\"\n          }\n        ]\n      }\n    ]\n  },\n  \"validation_rules\": {\n    \"max_photos\": \"<integer>\",\n    \"min_price\": \"<float>\",\n    \"max_price\": \"<float>\"\n  }\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "e9889d77-bb09-4cae-8394-e2d6c6182e64",
                      "name": "A validation error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "ontologies"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "3d60585b-c423-4065-9841-8870de819747",
                      "name": "User is not authorized to use API.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "ontologies"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "5f02c150-8bd8-4329-80e8-f0b8a79c3063",
                      "name": "An unexpected error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "ontologies"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [],
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ]
            },
            {
              "name": "orders",
              "description": "",
              "item": [
                {
                  "id": "678c3da6-f1bf-4ee7-aaa4-6616a5cd6e24",
                  "name": "Get Orders",
                  "request": {
                    "name": "Get Orders",
                    "description": {
                      "content": "Returns a list of orders. Use the `after-id` query parameter to iterate over the results.",
                      "type": "text/plain"
                    },
                    "url": {
                      "path": [
                        "api",
                        "v1",
                        "orders"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": false,
                          "description": {
                            "content": "If set, returns only orders created after the order with this ID.",
                            "type": "text/plain"
                          },
                          "key": "after-id",
                          "value": "<long>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": {
                          "content": "(Required) Signature header. Reference script in documentation.",
                          "type": "text/plain"
                        },
                        "key": "X-Vpi-Hmac-Sha256",
                        "value": "<string>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {},
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-Vpi-Access-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{accessKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "ab7386fd-52fb-462c-bb37-41bc105a8d5f",
                      "name": "The orders list.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "orders"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "disabled": false,
                              "description": {
                                "content": "If set, returns only orders created after the order with this ID.",
                                "type": "text/plain"
                              },
                              "key": "after-id",
                              "value": "<long>"
                            }
                          ],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"orders\": [\n    {\n      \"id\": \"<long>\",\n      \"created_at\": \"<dateTime>\",\n      \"status\": \"LOST\"\n    },\n    {\n      \"id\": \"<long>\",\n      \"created_at\": \"<dateTime>\",\n      \"status\": \"RETURN_INITIATED\"\n    }\n  ]\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "c8a0235d-356f-448d-af67-729ec80fb9ce",
                      "name": "A validation error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "orders"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "disabled": false,
                              "description": {
                                "content": "If set, returns only orders created after the order with this ID.",
                                "type": "text/plain"
                              },
                              "key": "after-id",
                              "value": "<long>"
                            }
                          ],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "488a8474-1cd3-4250-a28e-69bb32acbe79",
                      "name": "User is not authorized to use API.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "orders"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "disabled": false,
                              "description": {
                                "content": "If set, returns only orders created after the order with this ID.",
                                "type": "text/plain"
                              },
                              "key": "after-id",
                              "value": "<long>"
                            }
                          ],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "b1e744e3-31c3-4642-b4c0-23398b837684",
                      "name": "An unexpected error occurred.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "orders"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "disabled": false,
                              "description": {
                                "content": "If set, returns only orders created after the order with this ID.",
                                "type": "text/plain"
                              },
                              "key": "after-id",
                              "value": "<long>"
                            }
                          ],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [],
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "name": "{id}",
                  "description": "",
                  "item": [
                    {
                      "id": "c34980ae-6d03-4b48-b815-0bc7aa08773c",
                      "name": "Get Order",
                      "request": {
                        "name": "Get Order",
                        "description": {
                          "content": "Returns the order with the given ID.",
                          "type": "text/plain"
                        },
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "orders",
                            ":id"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "type": "any",
                              "value": "<long>",
                              "key": "id",
                              "disabled": false,
                              "description": {
                                "content": "(Required) The order ID",
                                "type": "text/plain"
                              }
                            }
                          ]
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": {
                          "type": "apikey",
                          "apikey": [
                            {
                              "key": "key",
                              "value": "X-Vpi-Access-Key"
                            },
                            {
                              "key": "value",
                              "value": "{{accessKey}}"
                            },
                            {
                              "key": "in",
                              "value": "header"
                            }
                          ]
                        }
                      },
                      "response": [
                        {
                          "id": "c492a64d-a9fa-44ea-b5ae-a39bdc6f4adf",
                          "name": "The order.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "orders",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "GET",
                            "body": {}
                          },
                          "status": "OK",
                          "code": 200,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"id\": \"<integer>\",\n  \"created_at\": \"<dateTime>\",\n  \"status\": \"DELIVERED\",\n  \"amount\": \"<float>\",\n  \"currency\": \"GBP\",\n  \"items\": [\n    {\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"price\": \"<float>\",\n      \"item_reference\": \"<string>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"title\": \"<string>\",\n      \"price\": \"<float>\",\n      \"item_reference\": \"<string>\"\n    }\n  ],\n  \"billing_address\": {\n    \"name\": \"<string>\",\n    \"line_1\": \"<string>\",\n    \"postal_code\": \"<string>\",\n    \"city\": \"<string>\",\n    \"country_code\": \"LK\",\n    \"line_2\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  \"delivery_address\": {\n    \"name\": \"<string>\",\n    \"line_1\": \"<string>\",\n    \"postal_code\": \"<string>\",\n    \"city\": \"<string>\",\n    \"country_code\": \"HI\",\n    \"line_2\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  \"buyer\": \"dolor laborum fugiat nostrud\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "a2e1cf74-356d-4a51-9c73-e0dc1a1a6cfd",
                          "name": "User is not authorized to use API.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "orders",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "GET",
                            "body": {}
                          },
                          "status": "Unauthorized",
                          "code": 401,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "11477572-9eeb-4ac1-b39c-973b3f4004a0",
                          "name": "User is not authorized to use this endpoint.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "orders",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "GET",
                            "body": {}
                          },
                          "status": "Forbidden",
                          "code": 403,
                          "header": [],
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        },
                        {
                          "id": "4a8d766c-f5be-45b0-8c2c-fa78f36f83ab",
                          "name": "Order not found.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "orders",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "GET",
                            "body": {}
                          },
                          "status": "Not Found",
                          "code": 404,
                          "header": [],
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        },
                        {
                          "id": "a2c20491-3199-4716-b767-8d1706fead2a",
                          "name": "An unexpected error occurred.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "orders",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "GET",
                            "body": {}
                          },
                          "status": "Internal Server Error",
                          "code": 500,
                          "header": [],
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        }
                      ],
                      "event": [],
                      "protocolProfileBehavior": {
                        "disableBodyPruning": true
                      }
                    },
                    {
                      "name": "cancel",
                      "description": "",
                      "item": [
                        {
                          "id": "af8282e8-ea1e-41ea-b9d4-739adaf42312",
                          "name": "Cancel Order",
                          "request": {
                            "name": "Cancel Order",
                            "description": {
                              "content": "Cancels the order with the given ID asynchronously.",
                              "type": "text/plain"
                            },
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "orders",
                                ":id",
                                "cancel"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": [
                                {
                                  "type": "any",
                                  "value": "<long>",
                                  "key": "id",
                                  "disabled": false,
                                  "description": {
                                    "content": "(Required) The order ID",
                                    "type": "text/plain"
                                  }
                                }
                              ]
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              }
                            ],
                            "method": "POST",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"cancellation_reason_explanation\": \"<string>\"\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            },
                            "auth": {
                              "type": "apikey",
                              "apikey": [
                                {
                                  "key": "key",
                                  "value": "X-Vpi-Access-Key"
                                },
                                {
                                  "key": "value",
                                  "value": "{{accessKey}}"
                                },
                                {
                                  "key": "in",
                                  "value": "header"
                                }
                              ]
                            }
                          },
                          "response": [
                            {
                              "id": "62b67a3d-dd5d-42dc-93f0-80058c8f8ecb",
                              "name": "Order will be cancelled asynchronously.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "orders",
                                    ":id",
                                    "cancel"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "POST",
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"cancellation_reason_explanation\": \"<string>\"\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "header": [],
                              "cookie": [],
                              "_postman_previewlanguage": "text"
                            },
                            {
                              "id": "87699f68-92eb-4338-a137-9ba9b7a66c32",
                              "name": "User is not authorized to use API.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "orders",
                                    ":id",
                                    "cancel"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "application/json"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "POST",
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"cancellation_reason_explanation\": \"<string>\"\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "application/json"
                                }
                              ],
                              "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                              "cookie": [],
                              "_postman_previewlanguage": "json"
                            },
                            {
                              "id": "d6e13bb6-54dd-46d5-a917-ddbdaba079e2",
                              "name": "An unexpected error occurred.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "orders",
                                    ":id",
                                    "cancel"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "POST",
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"cancellation_reason_explanation\": \"<string>\"\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                }
                              },
                              "status": "Internal Server Error",
                              "code": 500,
                              "header": [],
                              "cookie": [],
                              "_postman_previewlanguage": "text"
                            }
                          ],
                          "event": [],
                          "protocolProfileBehavior": {
                            "disableBodyPruning": true
                          }
                        }
                      ]
                    },
                    {
                      "name": "shipment",
                      "description": "",
                      "item": [
                        {
                          "id": "3350a00b-2be6-4dfc-a888-fee17fc51337",
                          "name": "Get Order Shipment",
                          "request": {
                            "name": "Get Order Shipment",
                            "description": {
                              "content": "Returns the shipment for the order with the given ID.",
                              "type": "text/plain"
                            },
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "orders",
                                ":id",
                                "shipment"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": [
                                {
                                  "type": "any",
                                  "value": "<long>",
                                  "key": "id",
                                  "disabled": false,
                                  "description": {
                                    "content": "(Required) The order ID",
                                    "type": "text/plain"
                                  }
                                }
                              ]
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              }
                            ],
                            "method": "GET",
                            "body": {},
                            "auth": {
                              "type": "apikey",
                              "apikey": [
                                {
                                  "key": "key",
                                  "value": "X-Vpi-Access-Key"
                                },
                                {
                                  "key": "value",
                                  "value": "{{accessKey}}"
                                },
                                {
                                  "key": "in",
                                  "value": "header"
                                }
                              ]
                            }
                          },
                          "response": [
                            {
                              "id": "2d63a146-051d-4875-9b4f-f3afa20e16dd",
                              "name": "The shipment.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "orders",
                                    ":id",
                                    "shipment"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "application/json"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "OK",
                              "code": 200,
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "application/json"
                                }
                              ],
                              "body": "{\n  \"carrier\": {\n    \"name\": \"<string>\"\n  },\n  \"tracking_code\": \"<string>\",\n  \"price_ex_vat\": \"<float>\",\n  \"vat_amount\": \"<float>\",\n  \"currency\": \"GBP\"\n}",
                              "cookie": [],
                              "_postman_previewlanguage": "json"
                            },
                            {
                              "id": "5af1e361-b88f-49e9-b18d-fce66ade4d4d",
                              "name": "User is not authorized to use API.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "orders",
                                    ":id",
                                    "shipment"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "application/json"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "application/json"
                                }
                              ],
                              "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                              "cookie": [],
                              "_postman_previewlanguage": "json"
                            },
                            {
                              "id": "a5731c9d-2a55-4ef6-a7e0-cff9691fc634",
                              "name": "Shipment not found. This can be because the shipment does not (yet) exist.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "orders",
                                    ":id",
                                    "shipment"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "Not Found",
                              "code": 404,
                              "header": [],
                              "cookie": [],
                              "_postman_previewlanguage": "text"
                            },
                            {
                              "id": "6fe142aa-8706-4693-93b0-94cc7b3b1555",
                              "name": "An unexpected error occurred.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "orders",
                                    ":id",
                                    "shipment"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "Internal Server Error",
                              "code": 500,
                              "header": [],
                              "cookie": [],
                              "_postman_previewlanguage": "text"
                            }
                          ],
                          "event": [],
                          "protocolProfileBehavior": {
                            "disableBodyPruning": true
                          }
                        }
                      ]
                    },
                    {
                      "name": "shipment-label",
                      "description": "",
                      "item": [
                        {
                          "id": "c99ccc37-ed47-4385-aece-ed3e90ee8d79",
                          "name": "Get Order Shipment Label",
                          "request": {
                            "name": "Get Order Shipment Label",
                            "description": {
                              "content": "Retrieves the shipment label shipment label by order ID.",
                              "type": "text/plain"
                            },
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "orders",
                                ":id",
                                "shipment-label"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": [
                                {
                                  "type": "any",
                                  "value": "<long>",
                                  "key": "id",
                                  "disabled": false,
                                  "description": {
                                    "content": "(Required) The order ID.",
                                    "type": "text/plain"
                                  }
                                }
                              ]
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Accept",
                                "value": "application/pdf"
                              }
                            ],
                            "method": "GET",
                            "body": {},
                            "auth": {
                              "type": "apikey",
                              "apikey": [
                                {
                                  "key": "key",
                                  "value": "X-Vpi-Access-Key"
                                },
                                {
                                  "key": "value",
                                  "value": "{{accessKey}}"
                                },
                                {
                                  "key": "in",
                                  "value": "header"
                                }
                              ]
                            }
                          },
                          "response": [
                            {
                              "id": "99fdc08b-3cf5-4302-b0f8-c1166008ebd2",
                              "name": "Successfully retrieved the order shipment label.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "orders",
                                    ":id",
                                    "shipment-label"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "application/pdf"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "OK",
                              "code": 200,
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "application/pdf"
                                }
                              ],
                              "body": "<string>",
                              "cookie": [],
                              "_postman_previewlanguage": "text"
                            },
                            {
                              "id": "25973465-f4fd-431c-abc3-fc49b453a120",
                              "name": "User is not authorized to use API.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "orders",
                                    ":id",
                                    "shipment-label"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "application/json"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "application/json"
                                }
                              ],
                              "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                              "cookie": [],
                              "_postman_previewlanguage": "json"
                            },
                            {
                              "id": "23aa0cd2-786e-48ff-9900-58dda7d3cf4a",
                              "name": "The shipment label could not be found. Will also be returned for orders containing items that are not managed via Vinted Pro Integrations.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "orders",
                                    ":id",
                                    "shipment-label"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "application/json"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "Not Found",
                              "code": 404,
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "application/json"
                                }
                              ],
                              "body": "{\n  \"error\": \"LABEL_CREATION_FAILED\"\n}",
                              "cookie": [],
                              "_postman_previewlanguage": "json"
                            },
                            {
                              "id": "4a6dcdc0-43a2-4b95-a354-69cd82e0451d",
                              "name": "An unexpected error occured.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "orders",
                                    ":id",
                                    "shipment-label"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "Internal Server Error",
                              "code": 500,
                              "header": [],
                              "cookie": [],
                              "_postman_previewlanguage": "text"
                            }
                          ],
                          "event": [],
                          "protocolProfileBehavior": {
                            "disableBodyPruning": true
                          }
                        }
                      ]
                    }
                  ]
                },
                {
                  "name": "relist",
                  "description": "",
                  "item": [
                    {
                      "id": "76d7f69b-e071-4ea3-98b3-37e14ba9782c",
                      "name": "Relist cancelled escrow orders.",
                      "request": {
                        "name": "Relist cancelled escrow orders.",
                        "description": {
                          "content": "Relists one or more cancelled escrow orders by proxying to Core's transaction reupload. Each order is validated and, if eligible, relisted asynchronously. Reupload is order-scoped: every revoked item in the order is relisted.",
                          "type": "text/plain"
                        },
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "orders",
                            "relist"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"order_ids\": [\n    \"<long>\"\n  ]\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        },
                        "auth": {
                          "type": "apikey",
                          "apikey": [
                            {
                              "key": "key",
                              "value": "X-Vpi-Access-Key"
                            },
                            {
                              "key": "value",
                              "value": "{{accessKey}}"
                            },
                            {
                              "key": "in",
                              "value": "header"
                            }
                          ]
                        }
                      },
                      "response": [
                        {
                          "id": "27d0a442-d151-4561-a98a-17eea23e4ea2",
                          "name": "Relist requests accepted for processing.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "orders",
                                "relist"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "POST",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"order_ids\": [\n    \"<long>\"\n  ]\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Accepted",
                          "code": 202,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"orders\": [\n    {\n      \"order_id\": \"<long>\",\n      \"accepted\": \"<boolean>\",\n      \"reason\": \"ORDER_NOT_FOUND\"\n    },\n    {\n      \"order_id\": \"<long>\",\n      \"accepted\": \"<boolean>\",\n      \"reason\": \"ORDER_NOT_FOUND\"\n    }\n  ]\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "350357b5-c776-43e6-bbbe-e6c23b4d40d5",
                          "name": "A validation error occurred.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "orders",
                                "relist"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "POST",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"order_ids\": [\n    \"<long>\"\n  ]\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Bad Request",
                          "code": 400,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "a0733179-6432-4438-91ea-f132c957c455",
                          "name": "User is not authorized to use API.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "orders",
                                "relist"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "POST",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"order_ids\": [\n    \"<long>\"\n  ]\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Unauthorized",
                          "code": 401,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "c5a396d3-a320-477a-94d5-dd4e9df8d98a",
                          "name": "An unexpected error occurred.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "orders",
                                "relist"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "POST",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"order_ids\": [\n    \"<long>\"\n  ]\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Internal Server Error",
                          "code": 500,
                          "header": [],
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        }
                      ],
                      "event": [],
                      "protocolProfileBehavior": {
                        "disableBodyPruning": true
                      }
                    }
                  ]
                }
              ]
            },
            {
              "name": "webhooks",
              "description": "",
              "item": [
                {
                  "id": "8d51fb64-8f6e-4a4b-8024-907c69a8b43c",
                  "name": "Get Webhooks",
                  "request": {
                    "name": "Get Webhooks",
                    "description": {
                      "content": "Lists your registered webhooks.",
                      "type": "text/plain"
                    },
                    "url": {
                      "path": [
                        "api",
                        "v1",
                        "webhooks"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": {
                          "content": "(Required) Signature header. Reference script in documentation.",
                          "type": "text/plain"
                        },
                        "key": "X-Vpi-Hmac-Sha256",
                        "value": "<string>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {},
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-Vpi-Access-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{accessKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "2153488c-19fe-454f-8781-24802645e33c",
                      "name": "Successfully retrieved the webhooks.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "webhooks"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "[\n  {\n    \"id\": \"<uuid>\",\n    \"event_types\": [\n      \"ORDER_CREATED\",\n      \"SHIPMENT_LABEL_CREATED\"\n    ],\n    \"url\": \"https://OZ3T_ \"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"event_types\": [\n      \"DELETE_ITEM_FAILURE\",\n      \"ORDER_CANCELLED\"\n    ],\n    \"url\": \"http://;1\"\n  }\n]",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "c6b55b0d-9e9c-45f7-9d5b-5b4048a79bf3",
                      "name": "A validation error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "webhooks"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "9924cd0f-4fb3-484f-9e0f-383c0d95d6f0",
                      "name": "User is not authorized to use API.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "webhooks"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "a182766f-2e95-4603-aea1-762d8857b5f8",
                      "name": "An unexpected error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "webhooks"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [],
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "id": "7f81e2f5-047b-44b1-9534-989b1b565ab0",
                  "name": "Create Webhook",
                  "request": {
                    "name": "Create Webhook",
                    "description": {
                      "content": "Add a webhook to be called when events happen in Vinted.",
                      "type": "text/plain"
                    },
                    "url": {
                      "path": [
                        "api",
                        "v1",
                        "webhooks"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": {
                          "content": "(Required) Signature header. Reference script in documentation.",
                          "type": "text/plain"
                        },
                        "key": "X-Vpi-Hmac-Sha256",
                        "value": "<string>"
                      },
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"event_types\": [\n    \"CANCEL_ORDER_FAILURE\"\n  ],\n  \"url\": \"http://pt]L=hWu`h\"\n}",
                      "options": {
                        "raw": {
                          "headerFamily": "json",
                          "language": "json"
                        }
                      }
                    },
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-Vpi-Access-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{accessKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "9ba1ca54-0bcc-4b0b-8ede-36620ce897a8",
                      "name": "The webhook was successfully created.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "webhooks"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"event_types\": [\n    \"CANCEL_ORDER_FAILURE\"\n  ],\n  \"url\": \"http://pt]L=hWu`h\"\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Created",
                      "code": 201,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"webhook\": {\n    \"id\": \"<uuid>\",\n    \"event_types\": [\n      \"CANCEL_ORDER_FAILURE\",\n      \"ITEM_SOLD\"\n    ],\n    \"url\": \"https://1=!P\"\n  },\n  \"signing_key\": \"<string>\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "d15b8f83-5bb6-4ce2-b52d-eb45464e15c8",
                      "name": "A validation error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "webhooks"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"event_types\": [\n    \"CANCEL_ORDER_FAILURE\"\n  ],\n  \"url\": \"http://pt]L=hWu`h\"\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Bad Request",
                      "code": 400,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "583fd4b4-39cc-47f4-8a28-cdbfef81ec54",
                      "name": "User is not authorized to use API.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "webhooks"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"event_types\": [\n    \"CANCEL_ORDER_FAILURE\"\n  ],\n  \"url\": \"http://pt]L=hWu`h\"\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "ea67b81f-27d1-46b0-84cd-151a63d00859",
                      "name": "The request could not be processed.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "webhooks"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"event_types\": [\n    \"CANCEL_ORDER_FAILURE\"\n  ],\n  \"url\": \"http://pt]L=hWu`h\"\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                      "code": 422,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error\": \"ONLY_HTTPS_URLS_ALLOWED\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "05c1621f-6173-42a3-bc06-58a9ba0b5a1e",
                      "name": "An unexpected error occured.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "webhooks"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "POST",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"event_types\": [\n    \"CANCEL_ORDER_FAILURE\"\n  ],\n  \"url\": \"http://pt]L=hWu`h\"\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        }
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [],
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                },
                {
                  "name": "{id}",
                  "description": "",
                  "item": [
                    {
                      "id": "12b1102e-5baa-4366-be77-d0c5c374020a",
                      "name": "Delete Webhook",
                      "request": {
                        "name": "Delete Webhook",
                        "description": {
                          "content": "Deletes a webhook.",
                          "type": "text/plain"
                        },
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "webhooks",
                            ":id"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "type": "any",
                              "value": "<uuid>",
                              "key": "id",
                              "disabled": false,
                              "description": {
                                "content": "(Required) The webhook ID.",
                                "type": "text/plain"
                              }
                            }
                          ]
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "DELETE",
                        "body": {},
                        "auth": {
                          "type": "apikey",
                          "apikey": [
                            {
                              "key": "key",
                              "value": "X-Vpi-Access-Key"
                            },
                            {
                              "key": "value",
                              "value": "{{accessKey}}"
                            },
                            {
                              "key": "in",
                              "value": "header"
                            }
                          ]
                        }
                      },
                      "response": [
                        {
                          "id": "4bf111a0-696c-4102-9ade-0ad695540b52",
                          "name": "Successfully deleted the webhook.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "webhooks",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "DELETE",
                            "body": {}
                          },
                          "status": "OK",
                          "code": 200,
                          "header": [],
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        },
                        {
                          "id": "5431123c-ca52-4555-9bdf-9767412d3112",
                          "name": "The webhook has already been deleted.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "webhooks",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "DELETE",
                            "body": {}
                          },
                          "status": "Not Modified",
                          "code": 304,
                          "header": [],
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        },
                        {
                          "id": "81142506-64ad-4c6b-99ea-c532cfbe1c9e",
                          "name": "A validation error occured.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "webhooks",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "DELETE",
                            "body": {}
                          },
                          "status": "Bad Request",
                          "code": 400,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "d46723ea-5584-4788-853f-5e346c16deb7",
                          "name": "User is not authorized to use API.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "webhooks",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "DELETE",
                            "body": {}
                          },
                          "status": "Unauthorized",
                          "code": 401,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "4586e049-34eb-4cbd-9776-74fe50cffb7d",
                          "name": "The webhook could not be found.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "webhooks",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "DELETE",
                            "body": {}
                          },
                          "status": "Not Found",
                          "code": 404,
                          "header": [],
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        },
                        {
                          "id": "7247746b-08a5-4f95-93f1-ba2b352423c8",
                          "name": "An unexpected error occured.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "webhooks",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "DELETE",
                            "body": {}
                          },
                          "status": "Internal Server Error",
                          "code": 500,
                          "header": [],
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        }
                      ],
                      "event": [],
                      "protocolProfileBehavior": {
                        "disableBodyPruning": true
                      }
                    },
                    {
                      "id": "8940857a-7830-43d2-b806-e50cd41be51d",
                      "name": "Update Webhook",
                      "request": {
                        "name": "Update Webhook",
                        "description": {
                          "content": "Updates a webhook's URL and/or subscribed event types.",
                          "type": "text/plain"
                        },
                        "url": {
                          "path": [
                            "api",
                            "v1",
                            "webhooks",
                            ":id"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [],
                          "variable": [
                            {
                              "type": "any",
                              "value": "<uuid>",
                              "key": "id",
                              "disabled": false,
                              "description": {
                                "content": "(Required) The webhook ID.",
                                "type": "text/plain"
                              }
                            }
                          ]
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Content-Type",
                            "value": "application/json"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          }
                        ],
                        "method": "PUT",
                        "body": {
                          "mode": "raw",
                          "raw": "{\n  \"event_types\": [\n    \"CANCEL_ORDER_FAILURE\"\n  ],\n  \"url\": \"http://pt]L=hWu`h\"\n}",
                          "options": {
                            "raw": {
                              "headerFamily": "json",
                              "language": "json"
                            }
                          }
                        },
                        "auth": {
                          "type": "apikey",
                          "apikey": [
                            {
                              "key": "key",
                              "value": "X-Vpi-Access-Key"
                            },
                            {
                              "key": "value",
                              "value": "{{accessKey}}"
                            },
                            {
                              "key": "in",
                              "value": "header"
                            }
                          ]
                        }
                      },
                      "response": [
                        {
                          "id": "bf1d10f1-e987-4639-85e8-0a445022554e",
                          "name": "Successfully updated webhook.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "webhooks",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "PUT",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"event_types\": [\n    \"CANCEL_ORDER_FAILURE\"\n  ],\n  \"url\": \"http://pt]L=hWu`h\"\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "OK",
                          "code": 200,
                          "header": [],
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        },
                        {
                          "id": "c0ca82b4-4ef0-4188-aaf5-cc405f8f4cc5",
                          "name": "A validation error occured.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "webhooks",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "PUT",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"event_types\": [\n    \"CANCEL_ORDER_FAILURE\"\n  ],\n  \"url\": \"http://pt]L=hWu`h\"\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Bad Request",
                          "code": 400,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "e6660c4e-4b7a-4d01-96e0-e2052dbce999",
                          "name": "User is not authorized to use API.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "webhooks",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "PUT",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"event_types\": [\n    \"CANCEL_ORDER_FAILURE\"\n  ],\n  \"url\": \"http://pt]L=hWu`h\"\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Unauthorized",
                          "code": 401,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "b2f194b3-f829-404f-a265-d51b7a78e317",
                          "name": "The webhook could not be found.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "webhooks",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "PUT",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"event_types\": [\n    \"CANCEL_ORDER_FAILURE\"\n  ],\n  \"url\": \"http://pt]L=hWu`h\"\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Not Found",
                          "code": 404,
                          "header": [],
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        },
                        {
                          "id": "5bf7c583-8c98-4b52-ab67-0d30ead67ebf",
                          "name": "The request could not be processed.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "webhooks",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "PUT",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"event_types\": [\n    \"CANCEL_ORDER_FAILURE\"\n  ],\n  \"url\": \"http://pt]L=hWu`h\"\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                          "code": 422,
                          "header": [
                            {
                              "key": "Content-Type",
                              "value": "application/json"
                            }
                          ],
                          "body": "{\n  \"error\": \"ONLY_HTTPS_URLS_ALLOWED\"\n}",
                          "cookie": [],
                          "_postman_previewlanguage": "json"
                        },
                        {
                          "id": "d8c7e476-ce1b-4144-8040-c8eab2366902",
                          "name": "An unexpected error occured.",
                          "originalRequest": {
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "webhooks",
                                ":id"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": []
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "description": {
                                  "content": "Added as a part of security scheme: apikey",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Access-Key",
                                "value": "<API Key>"
                              }
                            ],
                            "method": "PUT",
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"event_types\": [\n    \"CANCEL_ORDER_FAILURE\"\n  ],\n  \"url\": \"http://pt]L=hWu`h\"\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            }
                          },
                          "status": "Internal Server Error",
                          "code": 500,
                          "header": [],
                          "cookie": [],
                          "_postman_previewlanguage": "text"
                        }
                      ],
                      "event": [],
                      "protocolProfileBehavior": {
                        "disableBodyPruning": true
                      }
                    },
                    {
                      "name": "delivery-results",
                      "description": "",
                      "item": [
                        {
                          "id": "985d895d-0532-4d96-ad37-745c71066d67",
                          "name": "Get Webhook Delivery Results",
                          "request": {
                            "name": "Get Webhook Delivery Results",
                            "description": {
                              "content": "Gets the 100 latest delivery results (attempts, failures and successes) for a webhook.",
                              "type": "text/plain"
                            },
                            "url": {
                              "path": [
                                "api",
                                "v1",
                                "webhooks",
                                ":id",
                                "delivery-results"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": [
                                {
                                  "type": "any",
                                  "value": "<uuid>",
                                  "key": "id",
                                  "disabled": false,
                                  "description": {
                                    "content": "(Required) The webhook ID.",
                                    "type": "text/plain"
                                  }
                                }
                              ]
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              }
                            ],
                            "method": "GET",
                            "body": {},
                            "auth": {
                              "type": "apikey",
                              "apikey": [
                                {
                                  "key": "key",
                                  "value": "X-Vpi-Access-Key"
                                },
                                {
                                  "key": "value",
                                  "value": "{{accessKey}}"
                                },
                                {
                                  "key": "in",
                                  "value": "header"
                                }
                              ]
                            }
                          },
                          "response": [
                            {
                              "id": "894991dc-6ae9-45fa-8574-7df5c906982d",
                              "name": "Successfully retrieved the delivery results.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "webhooks",
                                    ":id",
                                    "delivery-results"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "application/json"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "OK",
                              "code": 200,
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "application/json"
                                }
                              ],
                              "body": "[\n  {\n    \"created_at\": \"<dateTime>\",\n    \"event_type\": \"ORDER_CREATED\",\n    \"success\": \"<boolean>\",\n    \"error_msg\": \"<string>\",\n    \"http_status_code\": \"<integer>\"\n  },\n  {\n    \"created_at\": \"<dateTime>\",\n    \"event_type\": \"ITEM_REUPLOADED\",\n    \"success\": \"<boolean>\",\n    \"error_msg\": \"<string>\",\n    \"http_status_code\": \"<integer>\"\n  }\n]",
                              "cookie": [],
                              "_postman_previewlanguage": "json"
                            },
                            {
                              "id": "368cb105-8fdd-4735-8c11-1ee477abbfa3",
                              "name": "A validation error occured.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "webhooks",
                                    ":id",
                                    "delivery-results"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "application/json"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "Bad Request",
                              "code": 400,
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "application/json"
                                }
                              ],
                              "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                              "cookie": [],
                              "_postman_previewlanguage": "json"
                            },
                            {
                              "id": "a62ea27b-94c6-423e-937b-19f5a6c96887",
                              "name": "User is not authorized to use API.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "webhooks",
                                    ":id",
                                    "delivery-results"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "application/json"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "application/json"
                                }
                              ],
                              "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                              "cookie": [],
                              "_postman_previewlanguage": "json"
                            },
                            {
                              "id": "1b3a7c9a-0cc5-42fd-a021-f51898ad4381",
                              "name": "An unexpected error occured.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "api",
                                    "v1",
                                    "webhooks",
                                    ":id",
                                    "delivery-results"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "GET",
                                "body": {}
                              },
                              "status": "Internal Server Error",
                              "code": 500,
                              "header": [],
                              "cookie": [],
                              "_postman_previewlanguage": "text"
                            }
                          ],
                          "event": [],
                          "protocolProfileBehavior": {
                            "disableBodyPruning": true
                          }
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "name": "v2",
          "description": "",
          "item": [
            {
              "name": "item-price-suggestions",
              "description": "",
              "item": [
                {
                  "id": "92fc7e73-119e-441c-8cf0-8ca0a3e0749e",
                  "name": "Get maximum price suggestion for an item.",
                  "request": {
                    "name": "Get maximum price suggestion for an item.",
                    "description": {
                      "content": "Returns the maximum suggested price for an item based on category, brand and condition, benchmarked against historical sold prices.",
                      "type": "text/plain"
                    },
                    "url": {
                      "path": [
                        "api",
                        "v2",
                        "item-price-suggestions"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "disabled": false,
                          "description": {
                            "content": "(Required) The catalog (category) ID of the item. Use the ontologies endpoint to get the catalog tree.",
                            "type": "text/plain"
                          },
                          "key": "catalog_id",
                          "value": "<long>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "The brand ID of the item.",
                            "type": "text/plain"
                          },
                          "key": "brand_id",
                          "value": "<long>"
                        },
                        {
                          "disabled": false,
                          "description": {
                            "content": "The condition (status) ID of the item. Use the ontologies endpoint to get the statuses.",
                            "type": "text/plain"
                          },
                          "key": "status_id",
                          "value": "<long>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": {
                          "content": "(Required) Signature header. Reference script in documentation.",
                          "type": "text/plain"
                        },
                        "key": "X-Vpi-Hmac-Sha256",
                        "value": "<string>"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {},
                    "auth": {
                      "type": "apikey",
                      "apikey": [
                        {
                          "key": "key",
                          "value": "X-Vpi-Access-Key"
                        },
                        {
                          "key": "value",
                          "value": "{{accessKey}}"
                        },
                        {
                          "key": "in",
                          "value": "header"
                        }
                      ]
                    }
                  },
                  "response": [
                    {
                      "id": "ebebac99-dd90-43bf-a549-26fcb32b4082",
                      "name": "Successfully retrieved maximum price suggestion.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v2",
                            "item-price-suggestions"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "disabled": false,
                              "description": {
                                "content": "(Required) The catalog (category) ID of the item. Use the ontologies endpoint to get the catalog tree.",
                                "type": "text/plain"
                              },
                              "key": "catalog_id",
                              "value": "<long>"
                            },
                            {
                              "disabled": false,
                              "description": {
                                "content": "The brand ID of the item.",
                                "type": "text/plain"
                              },
                              "key": "brand_id",
                              "value": "<long>"
                            },
                            {
                              "disabled": false,
                              "description": {
                                "content": "The condition (status) ID of the item. Use the ontologies endpoint to get the statuses.",
                                "type": "text/plain"
                              },
                              "key": "status_id",
                              "value": "<long>"
                            }
                          ],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "OK",
                      "code": 200,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"currency\": \"EUR\",\n  \"maximum\": \"<float>\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "4254b425-8692-4ca8-a818-b1570f28fcba",
                      "name": "User is not authorized to use API.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v2",
                            "item-price-suggestions"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "disabled": false,
                              "description": {
                                "content": "(Required) The catalog (category) ID of the item. Use the ontologies endpoint to get the catalog tree.",
                                "type": "text/plain"
                              },
                              "key": "catalog_id",
                              "value": "<long>"
                            },
                            {
                              "disabled": false,
                              "description": {
                                "content": "The brand ID of the item.",
                                "type": "text/plain"
                              },
                              "key": "brand_id",
                              "value": "<long>"
                            },
                            {
                              "disabled": false,
                              "description": {
                                "content": "The condition (status) ID of the item. Use the ontologies endpoint to get the statuses.",
                                "type": "text/plain"
                              },
                              "key": "status_id",
                              "value": "<long>"
                            }
                          ],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "key": "Accept",
                            "value": "application/json"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Unauthorized",
                      "code": 401,
                      "header": [
                        {
                          "key": "Content-Type",
                          "value": "application/json"
                        }
                      ],
                      "body": "{\n  \"error\": \"INVALID_ACCESS_KEY\"\n}",
                      "cookie": [],
                      "_postman_previewlanguage": "json"
                    },
                    {
                      "id": "e340eee1-78d2-4b60-95ee-9b1a0340e30a",
                      "name": "No price suggestion available for the given combination.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v2",
                            "item-price-suggestions"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "disabled": false,
                              "description": {
                                "content": "(Required) The catalog (category) ID of the item. Use the ontologies endpoint to get the catalog tree.",
                                "type": "text/plain"
                              },
                              "key": "catalog_id",
                              "value": "<long>"
                            },
                            {
                              "disabled": false,
                              "description": {
                                "content": "The brand ID of the item.",
                                "type": "text/plain"
                              },
                              "key": "brand_id",
                              "value": "<long>"
                            },
                            {
                              "disabled": false,
                              "description": {
                                "content": "The condition (status) ID of the item. Use the ontologies endpoint to get the statuses.",
                                "type": "text/plain"
                              },
                              "key": "status_id",
                              "value": "<long>"
                            }
                          ],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Not Found",
                      "code": 404,
                      "header": [],
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    },
                    {
                      "id": "a06f4537-dafc-45fd-9b35-efc93cd1eff3",
                      "name": "An unexpected error occurred.",
                      "originalRequest": {
                        "url": {
                          "path": [
                            "api",
                            "v2",
                            "item-price-suggestions"
                          ],
                          "host": [
                            "{{baseUrl}}"
                          ],
                          "query": [
                            {
                              "disabled": false,
                              "description": {
                                "content": "(Required) The catalog (category) ID of the item. Use the ontologies endpoint to get the catalog tree.",
                                "type": "text/plain"
                              },
                              "key": "catalog_id",
                              "value": "<long>"
                            },
                            {
                              "disabled": false,
                              "description": {
                                "content": "The brand ID of the item.",
                                "type": "text/plain"
                              },
                              "key": "brand_id",
                              "value": "<long>"
                            },
                            {
                              "disabled": false,
                              "description": {
                                "content": "The condition (status) ID of the item. Use the ontologies endpoint to get the statuses.",
                                "type": "text/plain"
                              },
                              "key": "status_id",
                              "value": "<long>"
                            }
                          ],
                          "variable": []
                        },
                        "header": [
                          {
                            "disabled": false,
                            "description": {
                              "content": "(Required) Signature header. Reference script in documentation.",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Hmac-Sha256",
                            "value": "<string>"
                          },
                          {
                            "description": {
                              "content": "Added as a part of security scheme: apikey",
                              "type": "text/plain"
                            },
                            "key": "X-Vpi-Access-Key",
                            "value": "<API Key>"
                          }
                        ],
                        "method": "GET",
                        "body": {}
                      },
                      "status": "Internal Server Error",
                      "code": 500,
                      "header": [],
                      "cookie": [],
                      "_postman_previewlanguage": "text"
                    }
                  ],
                  "event": [],
                  "protocolProfileBehavior": {
                    "disableBodyPruning": true
                  }
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "name": "dev",
      "description": "",
      "item": [
        {
          "name": "v1",
          "description": "",
          "item": [
            {
              "name": "triggers",
              "description": "",
              "item": [
                {
                  "name": "item-sold",
                  "description": "",
                  "item": [
                    {
                      "name": "{itemID}",
                      "description": "",
                      "item": [
                        {
                          "id": "16b71ae1-7ced-4c87-a6c3-9d3dbd1f8f69",
                          "name": "Triggers the sale of an item",
                          "request": {
                            "name": "Triggers the sale of an item",
                            "description": {
                              "content": "Use this endpoint to simulate making a sale. Only available in dev mode.",
                              "type": "text/plain"
                            },
                            "url": {
                              "path": [
                                "dev",
                                "v1",
                                "triggers",
                                "item-sold",
                                ":itemID"
                              ],
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "query": [],
                              "variable": [
                                {
                                  "type": "any",
                                  "value": "<uuid>",
                                  "key": "itemID",
                                  "disabled": false,
                                  "description": {
                                    "content": "(Required) The item ID.",
                                    "type": "text/plain"
                                  }
                                }
                              ]
                            },
                            "header": [
                              {
                                "disabled": false,
                                "description": {
                                  "content": "(Required) Signature header. Reference script in documentation.",
                                  "type": "text/plain"
                                },
                                "key": "X-Vpi-Hmac-Sha256",
                                "value": "<string>"
                              },
                              {
                                "key": "Accept",
                                "value": "application/json"
                              }
                            ],
                            "method": "POST",
                            "body": {},
                            "auth": {
                              "type": "apikey",
                              "apikey": [
                                {
                                  "key": "key",
                                  "value": "X-Vpi-Access-Key"
                                },
                                {
                                  "key": "value",
                                  "value": "{{accessKey}}"
                                },
                                {
                                  "key": "in",
                                  "value": "header"
                                }
                              ]
                            }
                          },
                          "response": [
                            {
                              "id": "ad70d1e3-a863-4018-b540-37df9f1676a0",
                              "name": "The item sale was successfully triggered.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "dev",
                                    "v1",
                                    "triggers",
                                    "item-sold",
                                    ":itemID"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "POST",
                                "body": {}
                              },
                              "status": "OK",
                              "code": 200,
                              "header": [],
                              "cookie": [],
                              "_postman_previewlanguage": "text"
                            },
                            {
                              "id": "8acfee72-0b9c-4a57-9b6a-e76a91e4ddaf",
                              "name": "A validation error occured.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "dev",
                                    "v1",
                                    "triggers",
                                    "item-sold",
                                    ":itemID"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "application/json"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "POST",
                                "body": {}
                              },
                              "status": "Bad Request",
                              "code": 400,
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "application/json"
                                }
                              ],
                              "body": "{\n  \"field\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                              "cookie": [],
                              "_postman_previewlanguage": "json"
                            },
                            {
                              "id": "9f3c6aa6-15c7-4ca1-a9bb-aa9685d004b1",
                              "name": "The request had invalid authentication.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "dev",
                                    "v1",
                                    "triggers",
                                    "item-sold",
                                    ":itemID"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "POST",
                                "body": {}
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "header": [],
                              "cookie": [],
                              "_postman_previewlanguage": "text"
                            },
                            {
                              "id": "0ee0df63-e5cd-406b-a542-a84c5637456e",
                              "name": "The item is not found.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "dev",
                                    "v1",
                                    "triggers",
                                    "item-sold",
                                    ":itemID"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "POST",
                                "body": {}
                              },
                              "status": "Not Found",
                              "code": 404,
                              "header": [],
                              "cookie": [],
                              "_postman_previewlanguage": "text"
                            },
                            {
                              "id": "81df7f71-e687-4433-8a4f-27b8814efa73",
                              "name": "The item is already sold.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "dev",
                                    "v1",
                                    "triggers",
                                    "item-sold",
                                    ":itemID"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "POST",
                                "body": {}
                              },
                              "status": "Conflict",
                              "code": 409,
                              "header": [],
                              "cookie": [],
                              "_postman_previewlanguage": "text"
                            },
                            {
                              "id": "c09d9d8e-5f5e-42c8-983b-98002aa60a2b",
                              "name": "An unexpected error occured.",
                              "originalRequest": {
                                "url": {
                                  "path": [
                                    "dev",
                                    "v1",
                                    "triggers",
                                    "item-sold",
                                    ":itemID"
                                  ],
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "query": [],
                                  "variable": []
                                },
                                "header": [
                                  {
                                    "disabled": false,
                                    "description": {
                                      "content": "(Required) Signature header. Reference script in documentation.",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Hmac-Sha256",
                                    "value": "<string>"
                                  },
                                  {
                                    "description": {
                                      "content": "Added as a part of security scheme: apikey",
                                      "type": "text/plain"
                                    },
                                    "key": "X-Vpi-Access-Key",
                                    "value": "<API Key>"
                                  }
                                ],
                                "method": "POST",
                                "body": {}
                              },
                              "status": "Internal Server Error",
                              "code": 500,
                              "header": [],
                              "cookie": [],
                              "_postman_previewlanguage": "text"
                            }
                          ],
                          "event": [],
                          "protocolProfileBehavior": {
                            "disableBodyPruning": true
                          }
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "type": "text/javascript",
        "exec": [
          "console.log(\"Setting X-Vpi-Hmac-Sha256 in pre-request script...\")",
          "pm.request.headers.remove('X-Vpi-Hmac-Sha256');",
          "const timestamp = Math.floor(Date.now() / 1000);",
          "const method = pm.request.method;",
          "const pathWithQuery = pm.variables.replaceIn(pm.request.url.getPathWithQuery());",
          "const accessKey = pm.variables.get(\"accessKey\");",
          "const body = pm.variables.replaceIn(pm.request.body.toString());",
          "const signingKey = pm.variables.get(\"signingKey\");",
          "const payload = [timestamp, method, pathWithQuery, accessKey, body];",
          "const payloadString = payload.join(\".\");",
          "const signature = CryptoJS.HmacSHA256(payloadString, signingKey).toString(CryptoJS.enc.Hex);",
          "pm.request.headers.add({",
          "    key: \"X-Vpi-Hmac-Sha256\",",
          "    value: `t=${timestamp},v1=${signature}`",
          "});"
        ]
      }
    }
  ],
  "variable": [
    {
      "key": "baseUrl",
      "value": "/"
    }
  ],
  "info": {
    "_postman_id": "fe406030-95c9-4b44-b10a-1489f4bdfb89",
    "name": "Vinted Pro Integrations documentation",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "",
      "type": "text/plain"
    }
  }
}
