{
  "item": [
    {
      "id": "34be2b44-49e2-44db-b396-350573fd0b15",
      "name": "StoreOrders",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "f6e98374-f998-4f0d-b5ca-46fbe5c558d9",
          "name": "/api/v1/store/integrations/orders",
          "request": {
            "name": "/api/v1/store/integrations/orders",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "orders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/orders"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerName\": \"<string>\",\n  \"customerPhone\": \"<string>\",\n  \"customerAddress\": \"<string>\",\n  \"addressProvinceCode\": \"<string>\",\n  \"addressAreaId\": \"<uuid>\",\n  \"deliveryLat\": \"<double>\",\n  \"deliveryLng\": \"<double>\",\n  \"orderValue\": \"<double>\",\n  \"deliveryFee\": \"<double>\",\n  \"externalRef\": \"<string>\",\n  \"fulfillmentType\": \"<string>\",\n  \"deliveryMode\": \"<string>\",\n  \"paymentMethod\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "aa9c25e2-d177-4c37-a9cb-467b786301d9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"customerName\": \"<string>\",\n  \"customerPhone\": \"<string>\",\n  \"customerAddress\": \"<string>\",\n  \"addressProvinceCode\": \"<string>\",\n  \"addressAreaId\": \"<uuid>\",\n  \"deliveryLat\": \"<double>\",\n  \"deliveryLng\": \"<double>\",\n  \"orderValue\": \"<double>\",\n  \"deliveryFee\": \"<double>\",\n  \"externalRef\": \"<string>\",\n  \"fulfillmentType\": \"<string>\",\n  \"deliveryMode\": \"<string>\",\n  \"paymentMethod\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "72aef1e6-9ce4-4885-bc47-506df6b81c13",
          "name": "/api/v1/store/integrations/orders",
          "request": {
            "name": "/api/v1/store/integrations/orders",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "orders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "Page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "PageSize",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "Status",
                  "value": "<string>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/orders?Page=<integer>&PageSize=<integer>&Status=<string>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1aff106d-3867-4109-8e8f-a79d53686861",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "Page",
                      "value": "<integer>"
                    },
                    {
                      "key": "PageSize",
                      "value": "<integer>"
                    },
                    {
                      "key": "Status",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6a7794e4-34a6-4833-b894-58b1cb620467",
          "name": "/api/v1/store/integrations/orders/bulk",
          "request": {
            "name": "/api/v1/store/integrations/orders/bulk",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "orders",
                "bulk"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/orders/bulk"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"orders\": [\n    {\n      \"customerName\": \"<string>\",\n      \"customerPhone\": \"<string>\",\n      \"customerAddress\": \"<string>\",\n      \"addressProvinceCode\": \"<string>\",\n      \"addressAreaId\": \"<uuid>\",\n      \"deliveryLat\": \"<double>\",\n      \"deliveryLng\": \"<double>\",\n      \"orderValue\": \"<double>\",\n      \"deliveryFee\": \"<double>\",\n      \"externalRef\": \"<string>\",\n      \"fulfillmentType\": \"<string>\",\n      \"deliveryMode\": \"<string>\",\n      \"paymentMethod\": \"<string>\"\n    },\n    {\n      \"customerName\": \"<string>\",\n      \"customerPhone\": \"<string>\",\n      \"customerAddress\": \"<string>\",\n      \"addressProvinceCode\": \"<string>\",\n      \"addressAreaId\": \"<uuid>\",\n      \"deliveryLat\": \"<double>\",\n      \"deliveryLng\": \"<double>\",\n      \"orderValue\": \"<double>\",\n      \"deliveryFee\": \"<double>\",\n      \"externalRef\": \"<string>\",\n      \"fulfillmentType\": \"<string>\",\n      \"deliveryMode\": \"<string>\",\n      \"paymentMethod\": \"<string>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f3ceb69c-0c7f-4918-986a-d9e7fb44dd8b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "orders",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orders\": [\n    {\n      \"customerName\": \"<string>\",\n      \"customerPhone\": \"<string>\",\n      \"customerAddress\": \"<string>\",\n      \"addressProvinceCode\": \"<string>\",\n      \"addressAreaId\": \"<uuid>\",\n      \"deliveryLat\": \"<double>\",\n      \"deliveryLng\": \"<double>\",\n      \"orderValue\": \"<double>\",\n      \"deliveryFee\": \"<double>\",\n      \"externalRef\": \"<string>\",\n      \"fulfillmentType\": \"<string>\",\n      \"deliveryMode\": \"<string>\",\n      \"paymentMethod\": \"<string>\"\n    },\n    {\n      \"customerName\": \"<string>\",\n      \"customerPhone\": \"<string>\",\n      \"customerAddress\": \"<string>\",\n      \"addressProvinceCode\": \"<string>\",\n      \"addressAreaId\": \"<uuid>\",\n      \"deliveryLat\": \"<double>\",\n      \"deliveryLng\": \"<double>\",\n      \"orderValue\": \"<double>\",\n      \"deliveryFee\": \"<double>\",\n      \"externalRef\": \"<string>\",\n      \"fulfillmentType\": \"<string>\",\n      \"deliveryMode\": \"<string>\",\n      \"paymentMethod\": \"<string>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8855b41d-5674-458b-ba57-341bc3773410",
          "name": "/api/v1/store/integrations/orders/:orderId",
          "request": {
            "name": "/api/v1/store/integrations/orders/:orderId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "orders",
                ":orderId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "orderId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/orders/:orderId"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerName\": \"<string>\",\n  \"customerPhone\": \"<string>\",\n  \"customerAddress\": \"<string>\",\n  \"addressProvinceCode\": \"<string>\",\n  \"addressAreaId\": \"<uuid>\",\n  \"deliveryLat\": \"<double>\",\n  \"deliveryLng\": \"<double>\",\n  \"orderValue\": \"<double>\",\n  \"deliveryFee\": \"<double>\",\n  \"externalRef\": \"<string>\",\n  \"fulfillmentType\": \"<string>\",\n  \"deliveryMode\": \"<string>\",\n  \"paymentMethod\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5959f3f6-b560-4276-8cd0-23b0ce4d248e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "orders",
                    ":orderId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "orderId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"customerName\": \"<string>\",\n  \"customerPhone\": \"<string>\",\n  \"customerAddress\": \"<string>\",\n  \"addressProvinceCode\": \"<string>\",\n  \"addressAreaId\": \"<uuid>\",\n  \"deliveryLat\": \"<double>\",\n  \"deliveryLng\": \"<double>\",\n  \"orderValue\": \"<double>\",\n  \"deliveryFee\": \"<double>\",\n  \"externalRef\": \"<string>\",\n  \"fulfillmentType\": \"<string>\",\n  \"deliveryMode\": \"<string>\",\n  \"paymentMethod\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f25f621d-ce60-4d1f-9527-1a030c55c4d3",
          "name": "/api/v1/store/integrations/orders/:orderId",
          "request": {
            "name": "/api/v1/store/integrations/orders/:orderId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "orders",
                ":orderId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "orderId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/orders/:orderId"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ff7b5620-c1fb-43ba-bb43-a2a884d5045a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "orders",
                    ":orderId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "orderId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "350cea3f-a016-4279-8565-680eef6b53ac",
          "name": "/api/v1/store/integrations/orders/:orderId/cancel",
          "request": {
            "name": "/api/v1/store/integrations/orders/:orderId/cancel",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "orders",
                ":orderId",
                "cancel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "orderId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/orders/:orderId/cancel"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"reason\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ec5798da-9214-45f7-828c-67149f90718c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "orders",
                    ":orderId",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "orderId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7a38adcc-c74d-4cfe-9894-02f0d8691b11",
          "name": "/api/v1/store/integrations/orders/send-otp",
          "request": {
            "name": "/api/v1/store/integrations/orders/send-otp",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "orders",
                "send-otp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/orders/send-otp"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"phone\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "819ea3b1-6b60-4480-821f-12e9c5939bb1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "orders",
                    "send-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"phone\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6f252e9e-575a-40e4-9ff8-2490e322b1a7",
          "name": "/api/v1/store/integrations/orders/storefront",
          "request": {
            "name": "/api/v1/store/integrations/orders/storefront",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "orders",
                "storefront"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/orders/storefront"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"customerName\": \"<string>\",\n  \"customerPhone\": \"<string>\",\n  \"customerAddress\": \"<string>\",\n  \"addressProvinceCode\": \"<string>\",\n  \"addressAreaId\": \"<uuid>\",\n  \"deliveryLat\": \"<double>\",\n  \"deliveryLng\": \"<double>\",\n  \"externalRef\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"items\": [\n    {\n      \"sku\": \"<string>\",\n      \"quantity\": \"<integer>\",\n      \"unitPrice\": \"<double>\"\n    },\n    {\n      \"sku\": \"<string>\",\n      \"quantity\": \"<integer>\",\n      \"unitPrice\": \"<double>\"\n    }\n  ],\n  \"otpCode\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "571c2378-ad9b-4311-906d-d4196054c4c3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "orders",
                    "storefront"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"customerName\": \"<string>\",\n  \"customerPhone\": \"<string>\",\n  \"customerAddress\": \"<string>\",\n  \"addressProvinceCode\": \"<string>\",\n  \"addressAreaId\": \"<uuid>\",\n  \"deliveryLat\": \"<double>\",\n  \"deliveryLng\": \"<double>\",\n  \"externalRef\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"items\": [\n    {\n      \"sku\": \"<string>\",\n      \"quantity\": \"<integer>\",\n      \"unitPrice\": \"<double>\"\n    },\n    {\n      \"sku\": \"<string>\",\n      \"quantity\": \"<integer>\",\n      \"unitPrice\": \"<double>\"\n    }\n  ],\n  \"otpCode\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4f3b3045-1e76-46b8-8a14-3944028d6c62",
          "name": "/api/v1/store/integrations/delivery-companies",
          "request": {
            "name": "/api/v1/store/integrations/delivery-companies",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "delivery-companies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/delivery-companies"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cbb2fd4f-2dca-409a-b970-d3029a05e233",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "delivery-companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d561c481-f533-4689-917d-1f7d776f0009",
          "name": "/api/v1/store/integrations/orders/search/:publicId",
          "request": {
            "name": "/api/v1/store/integrations/orders/search/:publicId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "orders",
                "search",
                ":publicId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "publicId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/orders/search/:publicId"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "278ca380-67eb-48fa-9f67-da20dfb331d8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "orders",
                    "search",
                    ":publicId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "publicId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "420d2be6-dd63-4783-82b0-28269c8361f8",
          "name": "/api/v1/store/integrations/orders/:orderId/items",
          "request": {
            "name": "/api/v1/store/integrations/orders/:orderId/items",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "orders",
                ":orderId",
                "items"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "orderId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/orders/:orderId/items"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "05302204-4f07-405d-93a6-77cd00c4db48",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "orders",
                    ":orderId",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "orderId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a2c3820f-c5d4-4d1a-a6cb-6584e96a2479",
          "name": "/api/v1/store/integrations/orders/:orderId/qr",
          "request": {
            "name": "/api/v1/store/integrations/orders/:orderId/qr",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "orders",
                ":orderId",
                "qr"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "orderId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/orders/:orderId/qr"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7bfbc67b-f71e-419d-baca-b58df0656115",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "orders",
                    ":orderId",
                    "qr"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "orderId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e5e0c9f2-7f65-4b62-9a00-3af4034a0713",
          "name": "/api/v1/store/integrations/orders/:orderId/status",
          "request": {
            "name": "/api/v1/store/integrations/orders/:orderId/status",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "orders",
                ":orderId",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "orderId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/orders/:orderId/status"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9712fb2c-bf3b-4b7e-859c-e200c25b31c4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "orders",
                    ":orderId",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "orderId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "601eb15a-820a-4a31-badf-db3118165f62",
          "name": "/api/v1/store/integrations/orders/:orderId/return-request",
          "request": {
            "name": "/api/v1/store/integrations/orders/:orderId/return-request",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "orders",
                ":orderId",
                "return-request"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "orderId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/orders/:orderId/return-request"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"reason\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d61ae165-7a86-4786-9a35-a60e96ec7d38",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "orders",
                    ":orderId",
                    "return-request"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "orderId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c10a96ac-3d6c-4d8a-af73-50bd0438e24c",
          "name": "/api/v1/store/integrations/orders/:orderId/return-requests",
          "request": {
            "name": "/api/v1/store/integrations/orders/:orderId/return-requests",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "orders",
                ":orderId",
                "return-requests"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "orderId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/orders/:orderId/return-requests"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7f3824a1-4138-42f4-ab1c-50c8e36ca386",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "orders",
                    ":orderId",
                    "return-requests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "orderId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "323e15d4-0393-42d9-b0ee-8124cbbd5817",
          "name": "/api/v1/store/integrations/return-requests/:returnRequestId",
          "request": {
            "name": "/api/v1/store/integrations/return-requests/:returnRequestId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "return-requests",
                ":returnRequestId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "returnRequestId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/return-requests/:returnRequestId"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0ef875d3-41cf-4287-9a73-6bb4b4b32409",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "return-requests",
                    ":returnRequestId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "returnRequestId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1dda7466-71dc-4f91-bcd7-c130a0cdfacb",
          "name": "/api/v1/store/integrations/return-requests/:returnRequestId/approve",
          "request": {
            "name": "/api/v1/store/integrations/return-requests/:returnRequestId/approve",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "return-requests",
                ":returnRequestId",
                "approve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "returnRequestId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/return-requests/:returnRequestId/approve"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "88e7d9c5-1cb1-4813-a2af-eae4579d646a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "return-requests",
                    ":returnRequestId",
                    "approve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "returnRequestId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "38994d5e-ebce-429f-9acc-07cf16f67688",
          "name": "/api/v1/store/integrations/return-requests/:returnRequestId/reject",
          "request": {
            "name": "/api/v1/store/integrations/return-requests/:returnRequestId/reject",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "return-requests",
                ":returnRequestId",
                "reject"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "returnRequestId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/return-requests/:returnRequestId/reject"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"notes\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5664b045-e52d-4c3a-bfef-fe374c877cf7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "return-requests",
                    ":returnRequestId",
                    "reject"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "returnRequestId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"notes\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "021812d6-ed2b-4541-9e1f-a3c53ffe8820",
      "name": "StoreProducts",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "69d3874d-4661-41df-b732-91ad4c1f5637",
          "name": "/api/v1/store/integrations/catalog/products",
          "request": {
            "name": "/api/v1/store/integrations/catalog/products",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "catalog",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/catalog/products"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "58f40de0-95a8-45c3-8838-a043035dceab",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "catalog",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8a091bf-b220-43e6-b5bd-22a18eb398be",
          "name": "/api/v1/store/integrations/catalog/products",
          "request": {
            "name": "/api/v1/store/integrations/catalog/products",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "catalog",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/catalog/products"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sku\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"isActive\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "fa5f76d8-29d6-4c0e-aebe-605c5f824d85",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "catalog",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sku\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"isActive\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "56fd22d6-a976-489c-9e4e-939ea527e41e",
          "name": "/api/v1/store/integrations/catalog/products/:productId",
          "request": {
            "name": "/api/v1/store/integrations/catalog/products/:productId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "catalog",
                "products",
                ":productId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "productId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/catalog/products/:productId"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "526cdcf1-30bb-4197-85c6-95301b87dbb4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "catalog",
                    "products",
                    ":productId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "productId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "05c3f342-43fd-4d38-a15d-f563930e51d8",
          "name": "/api/v1/store/integrations/products",
          "request": {
            "name": "/api/v1/store/integrations/products",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/products?page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "41bfacb4-aeee-4650-8d52-c0feade983c4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "68f4918a-bfca-4bc4-b5ba-a15a812eef74",
          "name": "/api/v1/store/integrations/products",
          "request": {
            "name": "/api/v1/store/integrations/products",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/products"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sku\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"categoryId\": \"<uuid>\",\n  \"barcode\": \"<string>\",\n  \"baseCode\": \"<string>\",\n  \"brand\": \"<string>\",\n  \"unit\": \"<string>\",\n  \"costPrice\": \"<double>\",\n  \"salePrice\": \"<double>\",\n  \"lowStockLimit\": \"<integer>\",\n  \"isFeatured\": \"<boolean>\",\n  \"isDiscounted\": \"<boolean>\",\n  \"weightKg\": \"<double>\",\n  \"lengthCm\": \"<double>\",\n  \"widthCm\": \"<double>\",\n  \"heightCm\": \"<double>\",\n  \"sortOrder\": \"<integer>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "cf8d24fb-351a-4a47-9109-d0cbd34c790e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sku\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"categoryId\": \"<uuid>\",\n  \"barcode\": \"<string>\",\n  \"baseCode\": \"<string>\",\n  \"brand\": \"<string>\",\n  \"unit\": \"<string>\",\n  \"costPrice\": \"<double>\",\n  \"salePrice\": \"<double>\",\n  \"lowStockLimit\": \"<integer>\",\n  \"isFeatured\": \"<boolean>\",\n  \"isDiscounted\": \"<boolean>\",\n  \"weightKg\": \"<double>\",\n  \"lengthCm\": \"<double>\",\n  \"widthCm\": \"<double>\",\n  \"heightCm\": \"<double>\",\n  \"sortOrder\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7628d1b4-6bd2-4d5f-88ae-6dbc9f83e643",
          "name": "/api/v1/store/integrations/products/:productId",
          "request": {
            "name": "/api/v1/store/integrations/products/:productId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "products",
                ":productId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "productId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/products/:productId"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "555be0b1-1f42-45ad-8170-11faa1a5cd5d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "products",
                    ":productId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "productId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0a9774b4-d389-40b7-8af1-c58112e17941",
          "name": "/api/v1/store/integrations/products/:productId",
          "request": {
            "name": "/api/v1/store/integrations/products/:productId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "products",
                ":productId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "productId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/products/:productId"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"defaultUnitPrice\": \"<double>\",\n  \"isActive\": \"<boolean>\",\n  \"categoryId\": \"<uuid>\",\n  \"barcode\": \"<string>\",\n  \"baseCode\": \"<string>\",\n  \"brand\": \"<string>\",\n  \"unit\": \"<string>\",\n  \"costPrice\": \"<double>\",\n  \"salePrice\": \"<double>\",\n  \"lowStockLimit\": \"<integer>\",\n  \"isFeatured\": \"<boolean>\",\n  \"isDiscounted\": \"<boolean>\",\n  \"weightKg\": \"<double>\",\n  \"lengthCm\": \"<double>\",\n  \"widthCm\": \"<double>\",\n  \"heightCm\": \"<double>\",\n  \"sortOrder\": \"<integer>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ee37188b-f6fd-4dfa-80b8-9236253bed80",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "products",
                    ":productId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "productId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"defaultUnitPrice\": \"<double>\",\n  \"isActive\": \"<boolean>\",\n  \"categoryId\": \"<uuid>\",\n  \"barcode\": \"<string>\",\n  \"baseCode\": \"<string>\",\n  \"brand\": \"<string>\",\n  \"unit\": \"<string>\",\n  \"costPrice\": \"<double>\",\n  \"salePrice\": \"<double>\",\n  \"lowStockLimit\": \"<integer>\",\n  \"isFeatured\": \"<boolean>\",\n  \"isDiscounted\": \"<boolean>\",\n  \"weightKg\": \"<double>\",\n  \"lengthCm\": \"<double>\",\n  \"widthCm\": \"<double>\",\n  \"heightCm\": \"<double>\",\n  \"sortOrder\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b3de79f5-3d91-48c3-97f8-36542c2cb408",
          "name": "/api/v1/store/integrations/products/:productId",
          "request": {
            "name": "/api/v1/store/integrations/products/:productId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "products",
                ":productId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "productId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/products/:productId"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7bda142c-c7ff-4064-b8cb-4fd5cf8a09ab",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "products",
                    ":productId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "productId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "25c7f9f5-6ee8-425e-905c-a37df45c20c2",
          "name": "/api/v1/store/integrations/products/:productId/images",
          "request": {
            "name": "/api/v1/store/integrations/products/:productId/images",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "products",
                ":productId",
                "images"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "productId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/products/:productId/images"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "df828b0e-3564-40f3-8d80-ef784ec23636",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "products",
                    ":productId",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "productId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "33310d19-1d31-4d8b-b8b3-209f4506cfcb",
          "name": "/api/v1/store/integrations/products/:productId/images",
          "request": {
            "name": "/api/v1/store/integrations/products/:productId/images",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "products",
                ":productId",
                "images"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "productId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/products/:productId/images"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "ProductId",
                  "value": "<uuid>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "Image",
                  "type": "file",
                  "description": ""
                },
                {
                  "key": "Images",
                  "value": "[\"<binary>\",\"<binary>\"]",
                  "type": "text",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "c9c6359c-aac4-4f06-9789-6ea5f6865306",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "products",
                    ":productId",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "productId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "ProductId",
                      "value": "<uuid>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "Image",
                      "value": "<binary>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "Images",
                      "value": "[\"<binary>\",\"<binary>\"]",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "6ef550ac-3c98-48a5-b67f-5ca087a1f98f",
      "name": "StoreInventory",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "aec84063-e82c-4f4d-bbad-157ac367ea52",
          "name": "/api/v1/store/integrations/catalog/inventory",
          "request": {
            "name": "/api/v1/store/integrations/catalog/inventory",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "catalog",
                "inventory"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/catalog/inventory"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2e76b08d-c24d-4c5c-82bd-ec071fe9f978",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "catalog",
                    "inventory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ad46303f-eb0a-4286-b09a-5b09df163d27",
          "name": "/api/v1/store/integrations/catalog/inventory/:inventoryItemId",
          "request": {
            "name": "/api/v1/store/integrations/catalog/inventory/:inventoryItemId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "catalog",
                "inventory",
                ":inventoryItemId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "inventoryItemId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/catalog/inventory/:inventoryItemId"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"quantityOnHand\": \"<double>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1b005eda-91a0-4de8-ab90-a789307fb55a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "catalog",
                    "inventory",
                    ":inventoryItemId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "inventoryItemId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantityOnHand\": \"<double>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "916956b8-980d-4fd4-935e-ee6707d8a7bf",
          "name": "/api/v1/store/integrations/inventory",
          "request": {
            "name": "/api/v1/store/integrations/inventory",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "inventory"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "warehouse_id",
                  "value": "<uuid>"
                },
                {
                  "disabled": false,
                  "key": "include_inactive",
                  "value": "<boolean>"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/inventory?warehouse_id=<uuid>&include_inactive=<boolean>&page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3017d881-ce40-40e7-8a36-4a6c0e36e208",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "inventory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "warehouse_id",
                      "value": "<uuid>"
                    },
                    {
                      "key": "include_inactive",
                      "value": "<boolean>"
                    },
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e56a5b8d-df6e-4f19-93d1-9ef1a68c260f",
          "name": "/api/v1/store/integrations/inventory",
          "request": {
            "name": "/api/v1/store/integrations/inventory",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "inventory"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/inventory"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"storeProductId\": \"<uuid>\",\n  \"warehouseId\": \"<uuid>\",\n  \"quantityOnHand\": \"<double>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "771bd47e-1c94-40a3-8e30-c7c762fb4876",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "inventory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"storeProductId\": \"<uuid>\",\n  \"warehouseId\": \"<uuid>\",\n  \"quantityOnHand\": \"<double>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "98919322-4d26-4ebc-b85c-5098afac44b8",
          "name": "/api/v1/store/integrations/inventory/:itemId",
          "request": {
            "name": "/api/v1/store/integrations/inventory/:itemId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "inventory",
                ":itemId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "itemId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/inventory/:itemId"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1463152e-e8eb-4519-8d73-509355f73e60",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "inventory",
                    ":itemId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "itemId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0d3cfdae-cbb3-47e0-9002-2de167e07249",
          "name": "/api/v1/store/integrations/inventory/:itemId",
          "request": {
            "name": "/api/v1/store/integrations/inventory/:itemId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "inventory",
                ":itemId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "itemId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/inventory/:itemId"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"quantityOnHand\": \"<double>\",\n  \"reorderLevel\": \"<double>\",\n  \"isActive\": \"<boolean>\",\n  \"warehouseId\": \"<uuid>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "4984288a-8c37-48a9-827a-712a670567c4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "inventory",
                    ":itemId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "itemId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantityOnHand\": \"<double>\",\n  \"reorderLevel\": \"<double>\",\n  \"isActive\": \"<boolean>\",\n  \"warehouseId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d3c62411-8552-4578-b99e-204495329cc4",
          "name": "/api/v1/store/integrations/inventory/:itemId",
          "request": {
            "name": "/api/v1/store/integrations/inventory/:itemId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "inventory",
                ":itemId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "itemId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/inventory/:itemId"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "44f492e3-388d-450c-af54-2633ba70c893",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "inventory",
                    ":itemId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "itemId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "53f5cd4c-8192-43d5-9c54-bf6fa42005e5",
      "name": "StoreProductCategories",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "3609aa43-ae7d-4895-81bb-0316ec73504b",
          "name": "/api/v1/store/integrations/categories",
          "request": {
            "name": "/api/v1/store/integrations/categories",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/categories"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "220bca82-01b9-4c10-b754-db776d91ebde",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "994865a3-8411-44f8-a4b1-8e960f1852d9",
          "name": "/api/v1/store/integrations/categories",
          "request": {
            "name": "/api/v1/store/integrations/categories",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/categories"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "Name",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "ParentCategoryId",
                  "value": "<uuid>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "Description",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "Image",
                  "type": "file",
                  "description": ""
                },
                {
                  "key": "SortOrder",
                  "value": "<integer>",
                  "type": "text",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "8bbaebc0-dc70-4ff5-bc29-1cfba2435223",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "Name",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "ParentCategoryId",
                      "value": "<uuid>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "Description",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "Image",
                      "value": "<binary>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "SortOrder",
                      "value": "<integer>",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2411d310-b73d-4473-986a-f159e084f2e0",
          "name": "/api/v1/store/integrations/categories/:id",
          "request": {
            "name": "/api/v1/store/integrations/categories/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "categories",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/categories/:id"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b0a285b4-5722-4385-883b-d47362c0ca43",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "categories",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c2c43629-7926-4ad2-a504-b5c51e777b66",
          "name": "/api/v1/store/integrations/categories/:id",
          "request": {
            "name": "/api/v1/store/integrations/categories/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "categories",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/categories/:id"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "Name",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "Description",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "Image",
                  "type": "file",
                  "description": ""
                },
                {
                  "key": "SortOrder",
                  "value": "<integer>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "IsActive",
                  "value": "<boolean>",
                  "type": "text",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "83fe0939-7bec-4be6-8d27-6245d123f4e9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "categories",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "Name",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "Description",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "Image",
                      "value": "<binary>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "SortOrder",
                      "value": "<integer>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "IsActive",
                      "value": "<boolean>",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e61348f9-ccae-4f1d-a7ad-9b8c1fbe8ea2",
          "name": "/api/v1/store/integrations/categories/:id",
          "request": {
            "name": "/api/v1/store/integrations/categories/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "categories",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/categories/:id"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "78915576-f94d-4fea-bb3e-9f8c80d9f33c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "categories",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "71a87f09-f26a-4b25-88ea-3d37551cf289",
      "name": "StoreWarehouses",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "de846b81-5b1a-4c33-bbfb-76be42915de2",
          "name": "/api/v1/store/integrations/warehouses",
          "request": {
            "name": "/api/v1/store/integrations/warehouses",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "warehouses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/warehouses?page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "bb91f73e-5b9a-4c17-b131-ad90b977e2a3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "warehouses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "99ac2f20-e83e-4a80-84d8-61561ba9fb5b",
          "name": "/api/v1/store/integrations/warehouses",
          "request": {
            "name": "/api/v1/store/integrations/warehouses",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "warehouses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/warehouses"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"address\": \"<string>\",\n  \"lat\": \"<double>\",\n  \"lng\": \"<double>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1b33be33-9ee0-48fa-958e-7f94205a10e9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "warehouses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"address\": \"<string>\",\n  \"lat\": \"<double>\",\n  \"lng\": \"<double>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "99cc7da6-0b2d-451f-8815-07f7f2851fba",
          "name": "/api/v1/store/integrations/warehouses/:warehouseId",
          "request": {
            "name": "/api/v1/store/integrations/warehouses/:warehouseId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "warehouses",
                ":warehouseId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "warehouseId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/warehouses/:warehouseId"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f6c7c195-7e75-413e-9195-51d5307098e7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "warehouses",
                    ":warehouseId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "warehouseId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f2917d1f-3020-488f-bfc0-2efb9d99a022",
          "name": "/api/v1/store/integrations/warehouses/:warehouseId",
          "request": {
            "name": "/api/v1/store/integrations/warehouses/:warehouseId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "warehouses",
                ":warehouseId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "warehouseId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/warehouses/:warehouseId"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"address\": \"<string>\",\n  \"lat\": \"<double>\",\n  \"lng\": \"<double>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "2672f13d-c3d7-4ba8-8852-c5a1dd36a773",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "warehouses",
                    ":warehouseId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "warehouseId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"address\": \"<string>\",\n  \"lat\": \"<double>\",\n  \"lng\": \"<double>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f1ec7dde-dfec-45b5-b0cd-4b1967bbb840",
          "name": "/api/v1/store/integrations/warehouses/:warehouseId",
          "request": {
            "name": "/api/v1/store/integrations/warehouses/:warehouseId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "warehouses",
                ":warehouseId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "warehouseId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/warehouses/:warehouseId"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3370c15f-3c57-4931-9fc3-2274eff584f5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "warehouses",
                    ":warehouseId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "warehouseId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "04d7eec8-2742-4b1c-9387-3345b5906a20",
      "name": "StorePackageSizes",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "210553e3-ad55-4a97-873e-137153024e16",
          "name": "/api/v1/store/integrations/package-sizes",
          "request": {
            "name": "/api/v1/store/integrations/package-sizes",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "package-sizes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/package-sizes?page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "64317752-4a73-4e32-9fd8-04f636e60e8b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "package-sizes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a0774380-b417-4a9c-a838-ce3b82202119",
          "name": "/api/v1/store/integrations/package-sizes",
          "request": {
            "name": "/api/v1/store/integrations/package-sizes",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "package-sizes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/package-sizes"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"lengthCm\": \"<double>\",\n  \"widthCm\": \"<double>\",\n  \"heightCm\": \"<double>\",\n  \"weightKg\": \"<double>\",\n  \"isDefault\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "4035bba0-9385-4778-a804-6612d0a46313",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "package-sizes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"lengthCm\": \"<double>\",\n  \"widthCm\": \"<double>\",\n  \"heightCm\": \"<double>\",\n  \"weightKg\": \"<double>\",\n  \"isDefault\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c7cdf7c7-6c1e-408a-bcb6-e24a13fd1793",
          "name": "/api/v1/store/integrations/package-sizes/:id",
          "request": {
            "name": "/api/v1/store/integrations/package-sizes/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "package-sizes",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/package-sizes/:id"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b0d2b48e-142e-46b5-a85f-49b62b75f0a5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "package-sizes",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2ddb920d-b440-41c0-8ef4-cbfd6c7545ef",
          "name": "/api/v1/store/integrations/package-sizes/:id",
          "request": {
            "name": "/api/v1/store/integrations/package-sizes/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "package-sizes",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/package-sizes/:id"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"lengthCm\": \"<double>\",\n  \"widthCm\": \"<double>\",\n  \"heightCm\": \"<double>\",\n  \"weightKg\": \"<double>\",\n  \"isDefault\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ea6f155b-5154-476f-a647-dda1f4b8a3d6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "package-sizes",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"lengthCm\": \"<double>\",\n  \"widthCm\": \"<double>\",\n  \"heightCm\": \"<double>\",\n  \"weightKg\": \"<double>\",\n  \"isDefault\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3f0a9c7e-8160-44aa-a67a-282b367476d9",
          "name": "/api/v1/store/integrations/package-sizes/:id",
          "request": {
            "name": "/api/v1/store/integrations/package-sizes/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "package-sizes",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/package-sizes/:id"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b64f94f4-db30-4271-b521-0c32002065f9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "package-sizes",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "263ef255-4ea1-4aa7-a85a-30ea8943edd4",
      "name": "StoreSuppliers",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "48a998a1-963d-4be0-ab57-479e46a5f883",
          "name": "/api/v1/store/integrations/suppliers",
          "request": {
            "name": "/api/v1/store/integrations/suppliers",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "suppliers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/suppliers?page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6761a2a1-31ff-4685-83a7-92d053b38744",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "suppliers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "604b654e-d24c-41d2-9524-738d9b29361b",
          "name": "/api/v1/store/integrations/suppliers",
          "request": {
            "name": "/api/v1/store/integrations/suppliers",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "suppliers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/suppliers"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"fullName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"primaryPhone\": \"<string>\",\n  \"secondaryPhone\": \"<string>\",\n  \"city\": \"<string>\",\n  \"address\": \"<string>\",\n  \"notes\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "be12b708-ed06-49b1-af8b-78df3da7e9fd",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "suppliers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fullName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"primaryPhone\": \"<string>\",\n  \"secondaryPhone\": \"<string>\",\n  \"city\": \"<string>\",\n  \"address\": \"<string>\",\n  \"notes\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8189ee19-34f2-425a-bf73-48ab22a89142",
          "name": "/api/v1/store/integrations/suppliers/:id",
          "request": {
            "name": "/api/v1/store/integrations/suppliers/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "suppliers",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/suppliers/:id"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3f626263-973e-4f20-9d02-9d3c07e29cc6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "suppliers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dd7c4414-082b-4f8d-a847-96c61335eb0c",
          "name": "/api/v1/store/integrations/suppliers/:id",
          "request": {
            "name": "/api/v1/store/integrations/suppliers/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "suppliers",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/suppliers/:id"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"fullName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"primaryPhone\": \"<string>\",\n  \"secondaryPhone\": \"<string>\",\n  \"city\": \"<string>\",\n  \"address\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"isActive\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "25de7866-0b73-4a11-bcda-2bd756a994e0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "suppliers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fullName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"primaryPhone\": \"<string>\",\n  \"secondaryPhone\": \"<string>\",\n  \"city\": \"<string>\",\n  \"address\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"isActive\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "162dc3c9-c59b-4754-b12c-8c5ef455116f",
          "name": "/api/v1/store/integrations/suppliers/:id",
          "request": {
            "name": "/api/v1/store/integrations/suppliers/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "suppliers",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/suppliers/:id"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6dbe9ecf-6257-4473-9d2b-321d5491d847",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "suppliers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "b209ce21-48be-4d61-bd4f-fff83d617841",
      "name": "StorePurchaseOrders",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "880d598d-7519-4d12-9fb9-bfb0b59f96ab",
          "name": "/api/v1/store/integrations/purchase-orders",
          "request": {
            "name": "/api/v1/store/integrations/purchase-orders",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "purchase-orders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "status",
                  "value": "<string>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/purchase-orders?status=<string>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a48454e6-3a32-48c1-b919-76ca107983f5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "purchase-orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4f97d1c4-3e7d-42ab-9f75-4a8d2bd9b5a9",
          "name": "/api/v1/store/integrations/purchase-orders",
          "request": {
            "name": "/api/v1/store/integrations/purchase-orders",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "purchase-orders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/purchase-orders"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"supplierId\": \"<uuid>\",\n  \"referenceNumber\": \"<string>\",\n  \"orderDate\": \"<dateTime>\",\n  \"expectedDeliveryDate\": \"<dateTime>\",\n  \"notes\": \"<string>\",\n  \"additionalFees\": \"<double>\",\n  \"items\": [\n    {\n      \"storeProductId\": \"<uuid>\",\n      \"quantity\": \"<double>\",\n      \"unitCost\": \"<double>\",\n      \"notes\": \"<string>\"\n    },\n    {\n      \"storeProductId\": \"<uuid>\",\n      \"quantity\": \"<double>\",\n      \"unitCost\": \"<double>\",\n      \"notes\": \"<string>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1ab8d413-abd9-4d44-813a-9e7bf357344b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "purchase-orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"supplierId\": \"<uuid>\",\n  \"referenceNumber\": \"<string>\",\n  \"orderDate\": \"<dateTime>\",\n  \"expectedDeliveryDate\": \"<dateTime>\",\n  \"notes\": \"<string>\",\n  \"additionalFees\": \"<double>\",\n  \"items\": [\n    {\n      \"storeProductId\": \"<uuid>\",\n      \"quantity\": \"<double>\",\n      \"unitCost\": \"<double>\",\n      \"notes\": \"<string>\"\n    },\n    {\n      \"storeProductId\": \"<uuid>\",\n      \"quantity\": \"<double>\",\n      \"unitCost\": \"<double>\",\n      \"notes\": \"<string>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9a900025-1fc5-4998-aa27-348728d81405",
          "name": "/api/v1/store/integrations/purchase-orders/:id",
          "request": {
            "name": "/api/v1/store/integrations/purchase-orders/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "purchase-orders",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/purchase-orders/:id"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2e9e2755-cd30-4af9-aecd-00f3d8de6707",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "purchase-orders",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c3aa47dc-45a2-4451-ac52-ccfcba27ad4d",
          "name": "/api/v1/store/integrations/purchase-orders/:id",
          "request": {
            "name": "/api/v1/store/integrations/purchase-orders/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "purchase-orders",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/purchase-orders/:id"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"additionalFees\": \"<double>\",\n  \"expectedDeliveryDate\": \"<dateTime>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "51924860-c045-4c09-82c6-213e064ff07a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "purchase-orders",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"<string>\",\n  \"notes\": \"<string>\",\n  \"additionalFees\": \"<double>\",\n  \"expectedDeliveryDate\": \"<dateTime>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "98421de1-a620-4a5b-8e9c-947e05b0777f",
          "name": "/api/v1/store/integrations/purchase-orders/:id",
          "request": {
            "name": "/api/v1/store/integrations/purchase-orders/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "purchase-orders",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/purchase-orders/:id"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b771db54-024d-4676-a122-1772d10aa55b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "purchase-orders",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c71d6bbc-50db-49dc-a9f9-10dbe6f0a418",
          "name": "/api/v1/store/integrations/purchase-orders/:id/attachments",
          "request": {
            "name": "/api/v1/store/integrations/purchase-orders/:id/attachments",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "purchase-orders",
                ":id",
                "attachments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/purchase-orders/:id/attachments"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"fileName\": \"<string>\",\n  \"fileUrl\": \"<string>\",\n  \"fileSize\": \"<long>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d11f80b4-ac0b-45f3-8165-3a558c11853b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "purchase-orders",
                    ":id",
                    "attachments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fileName\": \"<string>\",\n  \"fileUrl\": \"<string>\",\n  \"fileSize\": \"<long>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bab34803-26cc-4d7a-875e-d4fb6047849b",
          "name": "/api/v1/store/integrations/purchase-orders/:id/attachments/:attachmentId",
          "request": {
            "name": "/api/v1/store/integrations/purchase-orders/:id/attachments/:attachmentId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "purchase-orders",
                ":id",
                "attachments",
                ":attachmentId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "attachmentId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/purchase-orders/:id/attachments/:attachmentId"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "60d5ae03-ef78-4fc7-b347-e6f275726e92",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "purchase-orders",
                    ":id",
                    "attachments",
                    ":attachmentId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "attachmentId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "e1a876e2-cf73-44eb-9eae-5e2ab900d7a6",
      "name": "StoreCustomers",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "924622a9-d57b-4a7c-a3b9-6793a3d664f8",
          "name": "/api/v1/store/integrations/customers",
          "request": {
            "name": "/api/v1/store/integrations/customers",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "customers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "search",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/customers?search=<string>&page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "98e6ec75-94e9-4978-abd2-e58eadd19862",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "customers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "02cb78e9-5d11-4de4-9cd0-a0f251d3ca7d",
          "name": "/api/v1/store/integrations/customers",
          "request": {
            "name": "/api/v1/store/integrations/customers",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "customers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/customers"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"fullName\": \"<string>\",\n  \"primaryPhone\": \"<string>\",\n  \"secondaryPhone\": \"<string>\",\n  \"address\": \"<string>\",\n  \"addressArea\": \"<string>\",\n  \"addressProvince\": \"<string>\",\n  \"latitude\": \"<double>\",\n  \"longitude\": \"<double>\",\n  \"notes\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d85bcd19-6757-4b81-a7f0-b3708b97156f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "customers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fullName\": \"<string>\",\n  \"primaryPhone\": \"<string>\",\n  \"secondaryPhone\": \"<string>\",\n  \"address\": \"<string>\",\n  \"addressArea\": \"<string>\",\n  \"addressProvince\": \"<string>\",\n  \"latitude\": \"<double>\",\n  \"longitude\": \"<double>\",\n  \"notes\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "22c1f338-2079-4870-845a-fb40712f519e",
          "name": "/api/v1/store/integrations/customers/:id",
          "request": {
            "name": "/api/v1/store/integrations/customers/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "customers",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/customers/:id"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8d32cf8d-12cf-471d-8e34-d4872f75a779",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "customers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8c2ea488-5902-4712-805d-e0c7f9a4ebce",
          "name": "/api/v1/store/integrations/customers/:id",
          "request": {
            "name": "/api/v1/store/integrations/customers/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "customers",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/customers/:id"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"fullName\": \"<string>\",\n  \"primaryPhone\": \"<string>\",\n  \"secondaryPhone\": \"<string>\",\n  \"address\": \"<string>\",\n  \"addressArea\": \"<string>\",\n  \"addressProvince\": \"<string>\",\n  \"latitude\": \"<double>\",\n  \"longitude\": \"<double>\",\n  \"notes\": \"<string>\",\n  \"isActive\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "af340bd5-3c5d-44f9-8d9b-4933701cfb44",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "customers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fullName\": \"<string>\",\n  \"primaryPhone\": \"<string>\",\n  \"secondaryPhone\": \"<string>\",\n  \"address\": \"<string>\",\n  \"addressArea\": \"<string>\",\n  \"addressProvince\": \"<string>\",\n  \"latitude\": \"<double>\",\n  \"longitude\": \"<double>\",\n  \"notes\": \"<string>\",\n  \"isActive\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "84cefbca-d6e8-4112-8e0c-ab4e1409d0ea",
          "name": "/api/v1/store/integrations/customers/:id",
          "request": {
            "name": "/api/v1/store/integrations/customers/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "customers",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/customers/:id"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b3407b58-7997-466c-9cff-4c7fd8f3e396",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "customers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "e4ed28fa-6d1a-4e69-ae59-b4fb815b30f0",
      "name": "StoreDiscountCodes",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "3a0f4054-72ce-4c06-b28e-f527af88a336",
          "name": "/api/v1/store/integrations/discounts/codes",
          "request": {
            "name": "/api/v1/store/integrations/discounts/codes",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "discounts",
                "codes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/discounts/codes?page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d19de371-824d-4663-a497-fd118b5e7b23",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "discounts",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b9f7b6fb-7fb1-4cc8-891c-1650fe6585b3",
          "name": "/api/v1/store/integrations/discounts/codes",
          "request": {
            "name": "/api/v1/store/integrations/discounts/codes",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "discounts",
                "codes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/discounts/codes"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"code\": \"<string>\",\n  \"discountType\": \"<string>\",\n  \"discountValue\": \"<double>\",\n  \"minOrderValue\": \"<double>\",\n  \"maxUses\": \"<integer>\",\n  \"perUserLimit\": \"<integer>\",\n  \"startsAt\": \"<dateTime>\",\n  \"expiresAt\": \"<dateTime>\",\n  \"isActive\": \"<boolean>\",\n  \"notes\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6832c843-19a0-4e2e-b1ad-fc6435c8aac0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "discounts",
                    "codes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"<string>\",\n  \"discountType\": \"<string>\",\n  \"discountValue\": \"<double>\",\n  \"minOrderValue\": \"<double>\",\n  \"maxUses\": \"<integer>\",\n  \"perUserLimit\": \"<integer>\",\n  \"startsAt\": \"<dateTime>\",\n  \"expiresAt\": \"<dateTime>\",\n  \"isActive\": \"<boolean>\",\n  \"notes\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "434ddf3a-4ab4-4146-a19e-222a4d843593",
          "name": "/api/v1/store/integrations/discounts/codes/validate",
          "request": {
            "name": "/api/v1/store/integrations/discounts/codes/validate",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "discounts",
                "codes",
                "validate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "code",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "orderValue",
                  "value": "<double>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/discounts/codes/validate?code=<string>&orderValue=<double>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "566c557b-f592-4c86-9d48-f3bcae11e54c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "discounts",
                    "codes",
                    "validate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "code",
                      "value": "<string>"
                    },
                    {
                      "key": "orderValue",
                      "value": "<double>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "832a3429-6980-45bc-848b-52bfa5554dc7",
          "name": "/api/v1/store/integrations/discounts/codes/:id",
          "request": {
            "name": "/api/v1/store/integrations/discounts/codes/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "discounts",
                "codes",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/discounts/codes/:id"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5a689667-1ac9-4c6b-ae3b-7e02d1e0000a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "discounts",
                    "codes",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8c32a13c-9477-4d4f-b709-0752c7ffe3ed",
          "name": "/api/v1/store/integrations/discounts/codes/:id",
          "request": {
            "name": "/api/v1/store/integrations/discounts/codes/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "discounts",
                "codes",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/discounts/codes/:id"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"discountType\": \"<string>\",\n  \"discountValue\": \"<double>\",\n  \"minOrderValue\": \"<double>\",\n  \"maxUses\": \"<integer>\",\n  \"perUserLimit\": \"<integer>\",\n  \"startsAt\": \"<dateTime>\",\n  \"expiresAt\": \"<dateTime>\",\n  \"isActive\": \"<boolean>\",\n  \"notes\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8c27e9c4-08c5-4829-9db3-34bfbad02f27",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "discounts",
                    "codes",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discountType\": \"<string>\",\n  \"discountValue\": \"<double>\",\n  \"minOrderValue\": \"<double>\",\n  \"maxUses\": \"<integer>\",\n  \"perUserLimit\": \"<integer>\",\n  \"startsAt\": \"<dateTime>\",\n  \"expiresAt\": \"<dateTime>\",\n  \"isActive\": \"<boolean>\",\n  \"notes\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bb04fbb3-3c8c-4c0c-b228-134b922e106d",
          "name": "/api/v1/store/integrations/discounts/codes/:id",
          "request": {
            "name": "/api/v1/store/integrations/discounts/codes/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "discounts",
                "codes",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/discounts/codes/:id"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "090062ea-50b5-49a8-a19f-273f51c24eb9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "discounts",
                    "codes",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "e8a663d0-e87b-4286-bab6-db9a4c60479e",
      "name": "StoreDiscountRules",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "e2de0d48-33f8-4bb8-9e99-3638edf2d4d8",
          "name": "/api/v1/store/integrations/discounts/rules",
          "request": {
            "name": "/api/v1/store/integrations/discounts/rules",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "discounts",
                "rules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/discounts/rules?page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d5e1f503-59ed-4eb3-b15e-a703f32cdde5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "discounts",
                    "rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3c3e5570-c264-4aad-bde9-169c87ba684e",
          "name": "/api/v1/store/integrations/discounts/rules",
          "request": {
            "name": "/api/v1/store/integrations/discounts/rules",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "discounts",
                "rules"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/discounts/rules"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"discountType\": \"<string>\",\n  \"discountValue\": \"<double>\",\n  \"categoryId\": \"<uuid>\",\n  \"channels\": \"<string>\",\n  \"isActive\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6ae78e38-653b-4974-8f4c-53038af952fa",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "discounts",
                    "rules"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"discountType\": \"<string>\",\n  \"discountValue\": \"<double>\",\n  \"categoryId\": \"<uuid>\",\n  \"channels\": \"<string>\",\n  \"isActive\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "da4abb27-bfd6-41e7-b509-054f9198875f",
          "name": "/api/v1/store/integrations/discounts/rules/:id",
          "request": {
            "name": "/api/v1/store/integrations/discounts/rules/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "discounts",
                "rules",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/discounts/rules/:id"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d4c1472d-b372-4af0-81ab-6c6899530547",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "discounts",
                    "rules",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6bc1e150-e065-4d91-ab00-c7b35a463c19",
          "name": "/api/v1/store/integrations/discounts/rules/:id",
          "request": {
            "name": "/api/v1/store/integrations/discounts/rules/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "discounts",
                "rules",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/discounts/rules/:id"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"discountType\": \"<string>\",\n  \"discountValue\": \"<double>\",\n  \"categoryId\": \"<uuid>\",\n  \"channels\": \"<string>\",\n  \"isActive\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "2c7a1382-dcc2-4e53-b434-6bd5939a8489",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "discounts",
                    "rules",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"discountType\": \"<string>\",\n  \"discountValue\": \"<double>\",\n  \"categoryId\": \"<uuid>\",\n  \"channels\": \"<string>\",\n  \"isActive\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "df91b246-1389-41fe-b81b-882bce417b58",
          "name": "/api/v1/store/integrations/discounts/rules/:id",
          "request": {
            "name": "/api/v1/store/integrations/discounts/rules/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "discounts",
                "rules",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/discounts/rules/:id"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d1985249-73c6-41c4-bd35-91465f48df6c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "discounts",
                    "rules",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "c15bc370-edd1-4bac-98d0-14741bde91a0",
      "name": "StoreExpenses",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "f2235ec3-2d50-4018-b407-90866968ec26",
          "name": "/api/v1/store/integrations/expenses",
          "request": {
            "name": "/api/v1/store/integrations/expenses",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "expenses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "from",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "category",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/expenses?from=<dateTime>&to=<dateTime>&category=<string>&page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "73592cf1-1a76-46ad-b01e-1e2ed14b4975",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "to",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "category",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "91f60781-c01a-4370-a36e-d697b7a3c910",
          "name": "/api/v1/store/integrations/expenses",
          "request": {
            "name": "/api/v1/store/integrations/expenses",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "expenses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/expenses"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"amount\": \"<double>\",\n  \"expenseType\": \"<string>\",\n  \"category\": \"<string>\",\n  \"group\": \"<string>\",\n  \"expenseDate\": \"<dateTime>\",\n  \"description\": \"<string>\",\n  \"paymentStatus\": \"<string>\",\n  \"paymentMethod\": \"<string>\",\n  \"supplierId\": \"<uuid>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "c43ec426-41a4-4b09-a4dd-cd9caabea539",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"amount\": \"<double>\",\n  \"expenseType\": \"<string>\",\n  \"category\": \"<string>\",\n  \"group\": \"<string>\",\n  \"expenseDate\": \"<dateTime>\",\n  \"description\": \"<string>\",\n  \"paymentStatus\": \"<string>\",\n  \"paymentMethod\": \"<string>\",\n  \"supplierId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "93bce449-f91f-4cb5-a940-d81f2e2a1812",
          "name": "/api/v1/store/integrations/expenses/:id",
          "request": {
            "name": "/api/v1/store/integrations/expenses/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "expenses",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/expenses/:id"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7e873229-a8b3-43f2-968f-c6aba716a617",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "expenses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "80f63eb2-9937-4a1e-a3cd-20ce20ad9eef",
          "name": "/api/v1/store/integrations/expenses/:id",
          "request": {
            "name": "/api/v1/store/integrations/expenses/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "expenses",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/expenses/:id"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"amount\": \"<double>\",\n  \"expenseType\": \"<string>\",\n  \"category\": \"<string>\",\n  \"group\": \"<string>\",\n  \"expenseDate\": \"<dateTime>\",\n  \"description\": \"<string>\",\n  \"paymentStatus\": \"<string>\",\n  \"paymentMethod\": \"<string>\",\n  \"supplierId\": \"<uuid>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ca60841f-46a5-45bc-9d2b-05f68f86cab7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "expenses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"amount\": \"<double>\",\n  \"expenseType\": \"<string>\",\n  \"category\": \"<string>\",\n  \"group\": \"<string>\",\n  \"expenseDate\": \"<dateTime>\",\n  \"description\": \"<string>\",\n  \"paymentStatus\": \"<string>\",\n  \"paymentMethod\": \"<string>\",\n  \"supplierId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "04a78f72-4892-4517-80b9-5c22e4593fba",
          "name": "/api/v1/store/integrations/expenses/:id",
          "request": {
            "name": "/api/v1/store/integrations/expenses/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "expenses",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/expenses/:id"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b32893bd-3334-4e63-8939-329e53aa9def",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "expenses",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "e856c7cc-6aeb-4e7f-b144-f6617d0cc2bf",
      "name": "StoreWallet",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "b1206f1d-4070-4448-a250-50e21dbba1a8",
          "name": "/api/v1/store/integrations/wallet",
          "request": {
            "name": "/api/v1/store/integrations/wallet",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "wallet"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/wallet"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "428e3ca5-f321-47ec-9bcd-6fe19cc2e81a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "wallet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e9bfe344-0944-4e27-a125-98fa56a1c070",
          "name": "/api/v1/store/integrations/wallet/transactions",
          "request": {
            "name": "/api/v1/store/integrations/wallet/transactions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "wallet",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "type",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "from",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "to",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/wallet/transactions?type=<string>&from=<dateTime>&to=<dateTime>&page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d0b562ee-9f79-4284-b4cd-d1be96fe61db",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "wallet",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "<string>"
                    },
                    {
                      "key": "from",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "to",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "380d97de-316c-4c1c-91c4-a0bfd6b7409e",
          "name": "/api/v1/store/integrations/wallet/bank-details",
          "request": {
            "name": "/api/v1/store/integrations/wallet/bank-details",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "wallet",
                "bank-details"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/wallet/bank-details"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"bankName\": \"<string>\",\n  \"accountNumber\": \"<string>\",\n  \"iban\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ecb874f8-b133-427f-b2d8-316f68577359",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "wallet",
                    "bank-details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"bankName\": \"<string>\",\n  \"accountNumber\": \"<string>\",\n  \"iban\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "b3321e4b-e8fa-4b35-a6de-aaa30a9fa5d6",
      "name": "StoreAnalytics",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "62550aaf-5ea1-44d8-bb29-a41e913976cd",
          "name": "/api/v1/store/integrations/analytics/sales",
          "request": {
            "name": "/api/v1/store/integrations/analytics/sales",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "analytics",
                "sales"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "From",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "To",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "Granularity",
                  "value": "<string>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/analytics/sales?From=<dateTime>&To=<dateTime>&Granularity=<string>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2cc05077-2dde-4c64-b3ae-cd5270a2f67a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "analytics",
                    "sales"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "From",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "To",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "Granularity",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9ad40d9c-d208-4841-83de-6151390bd4b8",
          "name": "/api/v1/store/integrations/analytics/products",
          "request": {
            "name": "/api/v1/store/integrations/analytics/products",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "analytics",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "From",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "To",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "Granularity",
                  "value": "<string>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/analytics/products?From=<dateTime>&To=<dateTime>&Granularity=<string>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "524084e7-d50f-4f94-bdc8-cf518b516c17",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "analytics",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "From",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "To",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "Granularity",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "78ff44d5-831c-43e3-8615-ff27cb966f87",
          "name": "/api/v1/store/integrations/analytics/customers",
          "request": {
            "name": "/api/v1/store/integrations/analytics/customers",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "analytics",
                "customers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "From",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "To",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "Granularity",
                  "value": "<string>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/analytics/customers?From=<dateTime>&To=<dateTime>&Granularity=<string>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d64e010e-a263-4582-80af-fac7b2e8912e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "analytics",
                    "customers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "From",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "To",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "Granularity",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d55533b6-a987-45dd-b5fc-f2a78fffdea4",
          "name": "/api/v1/store/integrations/analytics/expenses",
          "request": {
            "name": "/api/v1/store/integrations/analytics/expenses",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "analytics",
                "expenses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "From",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "To",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "Granularity",
                  "value": "<string>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/analytics/expenses?From=<dateTime>&To=<dateTime>&Granularity=<string>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0ade6ab9-b57a-4a1c-94e9-24557c69f6e8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "analytics",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "From",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "To",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "Granularity",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "25b4ba16-f83b-47f5-b494-7acdb554f846",
          "name": "/api/v1/store/integrations/analytics/revenue",
          "request": {
            "name": "/api/v1/store/integrations/analytics/revenue",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "analytics",
                "revenue"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "From",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "To",
                  "value": "<dateTime>"
                },
                {
                  "disabled": false,
                  "key": "Granularity",
                  "value": "<string>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/analytics/revenue?From=<dateTime>&To=<dateTime>&Granularity=<string>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f6e92b68-21cc-4d5e-9e27-9fe7f0c8614d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "analytics",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "From",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "To",
                      "value": "<dateTime>"
                    },
                    {
                      "key": "Granularity",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "c00a25b8-693c-4044-98a0-52358cec49f9",
      "name": "StoreDashboard",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "23a177af-d7b8-401c-9c35-fdbfbeace2a8",
          "name": "/api/v1/store/integrations/dashboard",
          "request": {
            "name": "/api/v1/store/integrations/dashboard",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "dashboard"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/dashboard"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a9e76334-6275-4183-bdd3-0bc6aeaa9c72",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "dashboard"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b67a09d2-0c1d-4de7-9fc6-28deb2754426",
          "name": "/api/v1/store/integrations/dashboard/orders",
          "request": {
            "name": "/api/v1/store/integrations/dashboard/orders",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "dashboard",
                "orders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "status",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "search",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "fulfillment_type",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/dashboard/orders?status=<string>&search=<string>&fulfillment_type=<string>&page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0610f4f2-f307-441e-863a-7aa0985c167b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "dashboard",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "status",
                      "value": "<string>"
                    },
                    {
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "key": "fulfillment_type",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "d1b11bc8-cb0d-4d1b-a2a6-c0ddf0deb201",
      "name": "StorePrintTemplates",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "c6ef7428-1a02-4399-920a-80cfb0371984",
          "name": "/api/v1/store/integrations/print-templates",
          "request": {
            "name": "/api/v1/store/integrations/print-templates",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "print-templates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "type",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/print-templates?type=<string>&page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5862d1d6-2a17-4fc1-b02f-7a85f4e544ac",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "print-templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "type",
                      "value": "<string>"
                    },
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5f350b2a-8d86-453a-a13c-810cb8a0f9f3",
          "name": "/api/v1/store/integrations/print-templates",
          "request": {
            "name": "/api/v1/store/integrations/print-templates",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "print-templates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/print-templates"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"templateType\": \"<string>\",\n  \"fieldVisibility\": {\n    \"irureb0\": \"<boolean>\"\n  },\n  \"isDefault\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5189a7d9-a8bd-4794-a394-afd7f7479afd",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "print-templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"templateType\": \"<string>\",\n  \"fieldVisibility\": {\n    \"mollitfcb\": \"<boolean>\",\n    \"exercitationd\": \"<boolean>\",\n    \"dolore_cad\": \"<boolean>\",\n    \"ullamcoe22\": \"<boolean>\"\n  },\n  \"isDefault\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f9b4cb84-fc73-4848-9500-fb199b728c7f",
          "name": "/api/v1/store/integrations/print-templates/:id",
          "request": {
            "name": "/api/v1/store/integrations/print-templates/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "print-templates",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/print-templates/:id"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "679b0471-0743-4d0d-a3df-bd83983a1560",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "print-templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f8a42c49-5d4f-48df-a147-ce7cca4092fc",
          "name": "/api/v1/store/integrations/print-templates/:id",
          "request": {
            "name": "/api/v1/store/integrations/print-templates/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "print-templates",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/print-templates/:id"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"templateType\": \"<string>\",\n  \"fieldVisibility\": {\n    \"irureb0\": \"<boolean>\"\n  },\n  \"isDefault\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "23de4792-72ee-4c22-8d65-15ed59533867",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "print-templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"templateType\": \"<string>\",\n  \"fieldVisibility\": {\n    \"mollitfcb\": \"<boolean>\",\n    \"exercitationd\": \"<boolean>\",\n    \"dolore_cad\": \"<boolean>\",\n    \"ullamcoe22\": \"<boolean>\"\n  },\n  \"isDefault\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "04fc2dee-219a-4a9b-953e-3d458b17c167",
          "name": "/api/v1/store/integrations/print-templates/:id",
          "request": {
            "name": "/api/v1/store/integrations/print-templates/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "print-templates",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/print-templates/:id"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "05743581-a9b6-473b-a2f7-7642582d6325",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "print-templates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "8f667351-2307-4da6-b3cc-cfdfacdbbc24",
      "name": "StoreSettings",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "7f355a89-67cf-4928-af54-70eca2ffa193",
          "name": "/api/v1/store/integrations/settings",
          "request": {
            "name": "/api/v1/store/integrations/settings",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "settings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/settings"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "65b881ba-0fd7-4e6c-b2e3-ac44fbe1c364",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9988be1f-0af2-4c32-82e9-bb4d796f0930",
          "name": "/api/v1/store/integrations/settings",
          "request": {
            "name": "/api/v1/store/integrations/settings",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "settings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/settings"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"currencyCode\": \"<string>\",\n  \"timezone\": \"<string>\",\n  \"industry\": \"<string>\",\n  \"countryCode\": \"<string>\",\n  \"language\": \"<string>\",\n  \"taxEnabled\": \"<boolean>\",\n  \"taxRate\": \"<double>\",\n  \"taxNumber\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "243175f3-cb0d-4e2c-bbd3-713961082ae1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"currencyCode\": \"<string>\",\n  \"timezone\": \"<string>\",\n  \"industry\": \"<string>\",\n  \"countryCode\": \"<string>\",\n  \"language\": \"<string>\",\n  \"taxEnabled\": \"<boolean>\",\n  \"taxRate\": \"<double>\",\n  \"taxNumber\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4bd61fd0-5c41-48e3-b32c-e0f5049e721c",
          "name": "/api/v1/store/integrations/settings",
          "request": {
            "name": "/api/v1/store/integrations/settings",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "settings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/settings"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"currencyCode\": \"<string>\",\n  \"timezone\": \"<string>\",\n  \"industry\": \"<string>\",\n  \"countryCode\": \"<string>\",\n  \"language\": \"<string>\",\n  \"taxEnabled\": \"<boolean>\",\n  \"taxRate\": \"<double>\",\n  \"taxNumber\": \"<string>\",\n  \"includeShippingInRevenue\": \"<boolean>\",\n  \"allowNegativeStock\": \"<boolean>\",\n  \"enablePackageWeight\": \"<boolean>\",\n  \"enablePackageDimensions\": \"<boolean>\",\n  \"defaultPackageSizeId\": \"<uuid>\",\n  \"defaultDeliveryCompanyId\": \"<uuid>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1687d6d0-3225-45e2-9707-8110827fdd04",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"currencyCode\": \"<string>\",\n  \"timezone\": \"<string>\",\n  \"industry\": \"<string>\",\n  \"countryCode\": \"<string>\",\n  \"language\": \"<string>\",\n  \"taxEnabled\": \"<boolean>\",\n  \"taxRate\": \"<double>\",\n  \"taxNumber\": \"<string>\",\n  \"includeShippingInRevenue\": \"<boolean>\",\n  \"allowNegativeStock\": \"<boolean>\",\n  \"enablePackageWeight\": \"<boolean>\",\n  \"enablePackageDimensions\": \"<boolean>\",\n  \"defaultPackageSizeId\": \"<uuid>\",\n  \"defaultDeliveryCompanyId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "5b405018-365c-4183-8343-cb221530d53f",
      "name": "StoreProfile",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "c671e82e-3fb2-4ea5-b0c9-9c1ffafc61b1",
          "name": "/api/v1/store/integrations/profile",
          "request": {
            "name": "/api/v1/store/integrations/profile",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "profile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/profile"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "591d0a6a-c2ed-44d3-8029-b56cb3d35611",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "035d3a38-01ce-46be-9883-e178366bfff5",
          "name": "/api/v1/store/integrations/profile",
          "request": {
            "name": "/api/v1/store/integrations/profile",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "profile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/profile"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"address\": \"<string>\",\n  \"lat\": \"<double>\",\n  \"lng\": \"<double>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "39f8f4be-8db3-4615-8a49-847468af6abf",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"address\": \"<string>\",\n  \"lat\": \"<double>\",\n  \"lng\": \"<double>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "ea5bc49a-e929-42d4-ae20-5698c7acfcc0",
      "name": "StoreStorefront",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "3c90ad05-ca5b-4845-8a70-01a28942dbdc",
          "name": "/api/v1/store/integrations/storefront",
          "request": {
            "name": "/api/v1/store/integrations/storefront",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "storefront"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/storefront"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "042a1aff-ebd2-40e1-b48b-314a305028d6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "storefront"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5d232053-0864-481c-a6ba-af2bcdb23d3c",
          "name": "/api/v1/store/integrations/storefront",
          "request": {
            "name": "/api/v1/store/integrations/storefront",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "storefront"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/storefront"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "Description",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "CoverImage",
                  "type": "file",
                  "description": ""
                },
                {
                  "key": "Niche",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "BannerImage",
                  "type": "file",
                  "description": ""
                },
                {
                  "key": "ContactEmail",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "WhatsAppNumber",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "TelegramHandle",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "FacebookUrl",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "InstagramUrl",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "TwitterUrl",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "SeoTitle",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "SeoDescription",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "SeoKeywords",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "Faqs",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "Policies",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "CustomDomain",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "TemplateId",
                  "value": "<uuid>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "TemplateKey",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "ColorPresetId",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "ThemeColors.Primary",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "ThemeColors.Secondary",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "ThemeColors.Accent",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "ThemeColors.Background",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "ThemeColors.Surface",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "ThemeColors.Text",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "75d003df-f3b8-45c1-a0ee-9bf02d9d0d24",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "storefront"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "PUT",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "Description",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "CoverImage",
                      "value": "<binary>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "Niche",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "BannerImage",
                      "value": "<binary>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "ContactEmail",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "WhatsAppNumber",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "TelegramHandle",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "FacebookUrl",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "InstagramUrl",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "TwitterUrl",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "SeoTitle",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "SeoDescription",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "SeoKeywords",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "Faqs",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "Policies",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "CustomDomain",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "TemplateId",
                      "value": "<uuid>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "TemplateKey",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "ColorPresetId",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "ThemeColors.Primary",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "ThemeColors.Secondary",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "ThemeColors.Accent",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "ThemeColors.Background",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "ThemeColors.Surface",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "ThemeColors.Text",
                      "value": "<string>",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "50d13f7c-a1c9-423c-8808-564414a4b106",
          "name": "/api/v1/store/integrations/storefront/publish",
          "request": {
            "name": "/api/v1/store/integrations/storefront/publish",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "storefront",
                "publish"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/storefront/publish"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d418a628-29b3-4514-a03f-385d588823db",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "storefront",
                    "publish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "50660152-700e-477d-89e2-e7b00488d0b5",
          "name": "/api/v1/store/integrations/storefront/publish",
          "request": {
            "name": "/api/v1/store/integrations/storefront/publish",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "storefront",
                "publish"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/storefront/publish"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "00979621-b06d-4ae8-a76e-5404b460b14c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "storefront",
                    "publish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9d7af958-e672-4806-b8a6-2cec1f980aba",
          "name": "/api/v1/store/integrations/storefront/templates",
          "request": {
            "name": "/api/v1/store/integrations/storefront/templates",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "storefront",
                "templates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/storefront/templates"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d7af8c09-46a3-494a-887e-460f0151e724",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "storefront",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7a7c2c46-6d4c-4720-94d1-c4ef8348e96f",
          "name": "/api/v1/store/integrations/storefront/template-entitlements",
          "request": {
            "name": "/api/v1/store/integrations/storefront/template-entitlements",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "storefront",
                "template-entitlements"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/storefront/template-entitlements"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8917aa3c-12e7-47e7-96c1-867a565d6dfe",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "storefront",
                    "template-entitlements"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "427d4b20-6bd3-47fe-aae7-7514b43134dd",
          "name": "/api/v1/store/integrations/storefront/templates/:templateId/apply",
          "request": {
            "name": "/api/v1/store/integrations/storefront/templates/:templateId/apply",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "storefront",
                "templates",
                ":templateId",
                "apply"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "templateId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/storefront/templates/:templateId/apply"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "bc3a5f4d-ece1-4d3e-bf78-2f52d5d97507",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "storefront",
                    "templates",
                    ":templateId",
                    "apply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "templateId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "60e0501d-9f78-4aee-bac7-a07150912669",
          "name": "/api/v1/store/integrations/storefront/domain/verify",
          "request": {
            "name": "/api/v1/store/integrations/storefront/domain/verify",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "storefront",
                "domain",
                "verify"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/storefront/domain/verify"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7e0ab0ba-4832-4d98-8d11-3bbe3714f69a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "storefront",
                    "domain",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4b05c627-f2e9-417d-9c5b-0d1eacfedb6d",
          "name": "/api/v1/store/integrations/storefront/images/:imageType",
          "request": {
            "name": "/api/v1/store/integrations/storefront/images/:imageType",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "storefront",
                "images",
                ":imageType"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "imageType",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/storefront/images/:imageType"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3c216604-9490-4461-8dc5-c41833072b62",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "storefront",
                    "images",
                    ":imageType"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "imageType",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c829fb95-33ec-4d04-bc32-7a2761aecc43",
          "name": "/api/v1/store/integrations/storefront/sections",
          "request": {
            "name": "/api/v1/store/integrations/storefront/sections",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "storefront",
                "sections"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/storefront/sections"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "Sections",
                  "value": "[{\"key\":\"<string>\",\"isEnabled\":\"<boolean>\",\"sortOrder\":\"<integer>\",\"title\":\"<string>\",\"titleAr\":\"<string>\",\"subtitle\":\"<string>\",\"subtitleAr\":\"<string>\",\"image\":\"<binary>\",\"ctaLabel\":\"<string>\",\"ctaLink\":\"<string>\"},{\"key\":\"<string>\",\"isEnabled\":\"<boolean>\",\"sortOrder\":\"<integer>\",\"title\":\"<string>\",\"titleAr\":\"<string>\",\"subtitle\":\"<string>\",\"subtitleAr\":\"<string>\",\"image\":\"<binary>\",\"ctaLabel\":\"<string>\",\"ctaLink\":\"<string>\"}]",
                  "type": "text",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "b742dbfb-d088-4653-8c7f-c850dcf45bb7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "storefront",
                    "sections"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "PUT",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "Sections",
                      "value": "[{\"key\":\"<string>\",\"isEnabled\":\"<boolean>\",\"sortOrder\":\"<integer>\",\"title\":\"<string>\",\"titleAr\":\"<string>\",\"subtitle\":\"<string>\",\"subtitleAr\":\"<string>\",\"image\":\"<binary>\",\"ctaLabel\":\"<string>\",\"ctaLink\":\"<string>\"},{\"key\":\"<string>\",\"isEnabled\":\"<boolean>\",\"sortOrder\":\"<integer>\",\"title\":\"<string>\",\"titleAr\":\"<string>\",\"subtitle\":\"<string>\",\"subtitleAr\":\"<string>\",\"image\":\"<binary>\",\"ctaLabel\":\"<string>\",\"ctaLink\":\"<string>\"}]",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "83f68312-3a88-4cd8-9c6f-648d42cbc7b8",
      "name": "StoreCashier",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "a5c222f3-72b1-47f9-8c03-e9bf31ea9c50",
          "name": "/api/v1/store/integrations/cashier/settings",
          "request": {
            "name": "/api/v1/store/integrations/cashier/settings",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "cashier",
                "settings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/cashier/settings"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "863400d6-c103-45e0-8d15-f6192e5df4c8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "cashier",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a2289ce6-a26c-402e-a7cb-18807f70f797",
          "name": "/api/v1/store/integrations/cashier/settings",
          "request": {
            "name": "/api/v1/store/integrations/cashier/settings",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "cashier",
                "settings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/cashier/settings"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"requireCashCount\": \"<boolean>\",\n  \"cashRounding\": \"<string>\",\n  \"openingCashDefault\": \"<double>\",\n  \"receiptFooterNote\": \"<string>\",\n  \"quickCashAmounts\": [\n    \"<double>\",\n    \"<double>\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "2397609f-618a-4d09-94f0-69a4e6d77fd2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "cashier",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"requireCashCount\": \"<boolean>\",\n  \"cashRounding\": \"<string>\",\n  \"openingCashDefault\": \"<double>\",\n  \"receiptFooterNote\": \"<string>\",\n  \"quickCashAmounts\": [\n    \"<double>\",\n    \"<double>\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "58f90f73-54c9-46e5-b019-1228fed82db1",
          "name": "/api/v1/store/integrations/cashier/sessions",
          "request": {
            "name": "/api/v1/store/integrations/cashier/sessions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "cashier",
                "sessions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/cashier/sessions?page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8e52affc-5e49-419b-84f4-b5e50de338a8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "cashier",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "399b38ac-f666-42b1-b828-605a2f175f5a",
          "name": "/api/v1/store/integrations/cashier/sessions",
          "request": {
            "name": "/api/v1/store/integrations/cashier/sessions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "cashier",
                "sessions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/cashier/sessions"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"openingCash\": \"<double>\",\n  \"notes\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a1b1a360-fc28-4240-a9e7-79e9e6dfdc2a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "cashier",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"openingCash\": \"<double>\",\n  \"notes\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e09f920c-89e6-46e8-bc3a-86695d2219a4",
          "name": "/api/v1/store/integrations/cashier/sessions/active",
          "request": {
            "name": "/api/v1/store/integrations/cashier/sessions/active",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "cashier",
                "sessions",
                "active"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/cashier/sessions/active"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "599ba519-a71b-4c8f-9c46-909cac8de0c5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "cashier",
                    "sessions",
                    "active"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5bf6c0a9-8ea3-499e-8661-f579e3eec08a",
          "name": "/api/v1/store/integrations/cashier/sessions/:sessionId/close",
          "request": {
            "name": "/api/v1/store/integrations/cashier/sessions/:sessionId/close",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "cashier",
                "sessions",
                ":sessionId",
                "close"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "sessionId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/cashier/sessions/:sessionId/close"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"closingCash\": \"<double>\",\n  \"notes\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "4073f077-0afa-4ff7-9949-36d881585945",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "cashier",
                    "sessions",
                    ":sessionId",
                    "close"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "sessionId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"closingCash\": \"<double>\",\n  \"notes\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1d65c058-ec6e-4c10-8b93-8c69aaa981fe",
          "name": "/api/v1/store/integrations/cashier/pinned",
          "request": {
            "name": "/api/v1/store/integrations/cashier/pinned",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "cashier",
                "pinned"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/cashier/pinned"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "88452778-af6a-4499-9e2a-b0e61409f461",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "cashier",
                    "pinned"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "77bb301b-fba3-40c6-bbbc-87dd778c5eb9",
          "name": "/api/v1/store/integrations/cashier/pinned",
          "request": {
            "name": "/api/v1/store/integrations/cashier/pinned",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "cashier",
                "pinned"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/cashier/pinned"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"storeProductId\": \"<uuid>\",\n  \"sortOrder\": \"<integer>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "69be9871-a76f-40d7-a633-809bdfdbf25d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "cashier",
                    "pinned"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"storeProductId\": \"<uuid>\",\n  \"sortOrder\": \"<integer>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "675da41a-3dde-4aa0-9cae-1b93f036a234",
          "name": "/api/v1/store/integrations/cashier/pinned/:pinnedItemId",
          "request": {
            "name": "/api/v1/store/integrations/cashier/pinned/:pinnedItemId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "cashier",
                "pinned",
                ":pinnedItemId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "pinnedItemId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/cashier/pinned/:pinnedItemId"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b197e7ea-f981-4a03-bf5c-6749c1c78d34",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "cashier",
                    "pinned",
                    ":pinnedItemId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "pinnedItemId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "99401f85-3158-4f09-afab-290575474c7a",
          "name": "/api/v1/store/integrations/cashier/pinned/reorder",
          "request": {
            "name": "/api/v1/store/integrations/cashier/pinned/reorder",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "cashier",
                "pinned",
                "reorder"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/cashier/pinned/reorder"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"orderedProductIds\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5c141598-451c-4eab-a2b0-59731019dbfa",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "cashier",
                    "pinned",
                    "reorder"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderedProductIds\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "6ad76da5-9c52-4dbc-bce0-1b2f15cc94b1",
      "name": "StoreTickets",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "0f3d7b53-263c-4a74-b898-50e919daf504",
          "name": "/api/v1/store/integrations/tickets",
          "request": {
            "name": "/api/v1/store/integrations/tickets",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "tickets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "Status",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "Category",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "Search",
                  "value": "<string>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/tickets?Status=<string>&Category=<string>&Search=<string>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fa0bc68c-fc7b-4ad9-a541-3ac42f6e5065",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "tickets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "Status",
                      "value": "<string>"
                    },
                    {
                      "key": "Category",
                      "value": "<string>"
                    },
                    {
                      "key": "Search",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "82962a38-b83a-4753-a762-458564629e38",
          "name": "/api/v1/store/integrations/tickets",
          "request": {
            "name": "/api/v1/store/integrations/tickets",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "tickets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/tickets"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"subject\": \"<string>\",\n  \"status\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"category\": \"<string>\",\n  \"assignedUserId\": \"<uuid>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "52cc7fc9-e26d-4d32-9dfb-ddd6ef6cf47f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "tickets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": \"<string>\",\n  \"status\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"category\": \"<string>\",\n  \"assignedUserId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1806d8ba-17ce-4702-9ba3-a5b0e0cfbf82",
          "name": "/api/v1/store/integrations/tickets/:ticketId",
          "request": {
            "name": "/api/v1/store/integrations/tickets/:ticketId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "tickets",
                ":ticketId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "ticketId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/tickets/:ticketId"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e98ddf07-f9ea-44d8-bafa-6b30cfa774d0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "tickets",
                    ":ticketId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ticketId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e20fb4c1-bb74-405e-885c-91b18828e9f5",
          "name": "/api/v1/store/integrations/tickets/:ticketId",
          "request": {
            "name": "/api/v1/store/integrations/tickets/:ticketId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "tickets",
                ":ticketId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "ticketId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/tickets/:ticketId"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"subject\": \"<string>\",\n  \"status\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"category\": \"<string>\",\n  \"assignedUserId\": \"<uuid>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "980227ef-bdaa-4fb3-8079-2a8752763859",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "tickets",
                    ":ticketId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ticketId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": \"<string>\",\n  \"status\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"category\": \"<string>\",\n  \"assignedUserId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dffcb770-385f-4278-aea4-7543ca902bf3",
          "name": "/api/v1/store/integrations/tickets/:ticketId",
          "request": {
            "name": "/api/v1/store/integrations/tickets/:ticketId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "tickets",
                ":ticketId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "ticketId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/tickets/:ticketId"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6ac7552d-26a9-46ee-91f6-14573aba053b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "tickets",
                    ":ticketId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "ticketId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "ade01c9c-d0df-4a8a-9556-8bfeaf8f3400",
      "name": "StoreConversations",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "9761fc58-3803-440d-baf1-39035bdf7adf",
          "name": "/api/v1/store/integrations/chat/hub-token",
          "request": {
            "name": "/api/v1/store/integrations/chat/hub-token",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "chat",
                "hub-token"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/chat/hub-token"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "160b5317-90a4-4467-a13b-5ece785d9b51",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "chat",
                    "hub-token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5441b4c7-0a67-48fb-8b3a-bf6077b0fe8c",
          "name": "/api/v1/store/integrations/chat/conversations",
          "request": {
            "name": "/api/v1/store/integrations/chat/conversations",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "chat",
                "conversations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "Page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "PageSize",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "Status",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "ChannelId",
                  "value": "<uuid>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/chat/conversations?Page=<integer>&PageSize=<integer>&Status=<string>&ChannelId=<uuid>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8afc3360-ba7d-400f-a1d1-9685e9321584",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "chat",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "Page",
                      "value": "<integer>"
                    },
                    {
                      "key": "PageSize",
                      "value": "<integer>"
                    },
                    {
                      "key": "Status",
                      "value": "<string>"
                    },
                    {
                      "key": "ChannelId",
                      "value": "<uuid>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ca35a623-5fc1-40a8-844d-1a9078f4701b",
          "name": "/api/v1/store/integrations/chat/conversations/:conversationId",
          "request": {
            "name": "/api/v1/store/integrations/chat/conversations/:conversationId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "chat",
                "conversations",
                ":conversationId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "conversationId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/chat/conversations/:conversationId"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9880c213-f3e2-4eea-bbac-1dd039c9e102",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "chat",
                    "conversations",
                    ":conversationId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "conversationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "300de509-1cfc-4fcc-8345-316ba0365b30",
          "name": "/api/v1/store/integrations/chat/conversations/:conversationId/messages",
          "request": {
            "name": "/api/v1/store/integrations/chat/conversations/:conversationId/messages",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "chat",
                "conversations",
                ":conversationId",
                "messages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "conversationId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/chat/conversations/:conversationId/messages"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"text\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "59c8fc72-3e5e-4a6a-b15b-bf4c6ac1d2be",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "chat",
                    "conversations",
                    ":conversationId",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "conversationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8b69ddec-e36c-43c2-8d84-7e08aa42fab9",
          "name": "/api/v1/store/integrations/chat/conversations/:conversationId/resolve",
          "request": {
            "name": "/api/v1/store/integrations/chat/conversations/:conversationId/resolve",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "chat",
                "conversations",
                ":conversationId",
                "resolve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "conversationId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/chat/conversations/:conversationId/resolve"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cf433ff7-05e0-4e98-8ba8-b0a436400db0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "chat",
                    "conversations",
                    ":conversationId",
                    "resolve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "conversationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0204e122-fada-478d-9fa1-6fca69a41758",
          "name": "/api/v1/store/integrations/chat/conversations/:conversationId/reopen",
          "request": {
            "name": "/api/v1/store/integrations/chat/conversations/:conversationId/reopen",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "chat",
                "conversations",
                ":conversationId",
                "reopen"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "conversationId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/chat/conversations/:conversationId/reopen"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "af3e00a9-3554-4633-9e1c-da2a4058dc6a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "chat",
                    "conversations",
                    ":conversationId",
                    "reopen"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "conversationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9bd41dae-17b5-4c4c-91fb-0a7e3fd253a0",
          "name": "/api/v1/store/integrations/social/conversations",
          "request": {
            "name": "/api/v1/store/integrations/social/conversations",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "social",
                "conversations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "Page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "PerPage",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "Status",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "ChannelId",
                  "value": "<uuid>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/social/conversations?Page=<integer>&PerPage=<integer>&Status=<string>&ChannelId=<uuid>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "84bff8e8-73a9-4216-8f93-058ca9876428",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "social",
                    "conversations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "Page",
                      "value": "<integer>"
                    },
                    {
                      "key": "PerPage",
                      "value": "<integer>"
                    },
                    {
                      "key": "Status",
                      "value": "<string>"
                    },
                    {
                      "key": "ChannelId",
                      "value": "<uuid>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cc9b5fa0-ca18-41ae-9ff9-0550ecf8eaa8",
          "name": "/api/v1/store/integrations/social/conversations/:conversationId",
          "request": {
            "name": "/api/v1/store/integrations/social/conversations/:conversationId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "social",
                "conversations",
                ":conversationId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "conversationId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/social/conversations/:conversationId"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "82a0fd92-1647-4c6d-8377-f410fbc18867",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "social",
                    "conversations",
                    ":conversationId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "conversationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c92ca4a1-288f-4c1b-88df-1d534b05fb1d",
          "name": "/api/v1/store/integrations/social/conversations/:conversationId/messages",
          "request": {
            "name": "/api/v1/store/integrations/social/conversations/:conversationId/messages",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "social",
                "conversations",
                ":conversationId",
                "messages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "conversationId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/social/conversations/:conversationId/messages"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"text\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "46f19a38-296b-451c-b168-2290481b1ad7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "social",
                    "conversations",
                    ":conversationId",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "conversationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a813939-0472-4ba5-96f4-071c9e427300",
          "name": "/api/v1/store/integrations/social/conversations/:conversationId/resolve",
          "request": {
            "name": "/api/v1/store/integrations/social/conversations/:conversationId/resolve",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "social",
                "conversations",
                ":conversationId",
                "resolve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "conversationId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/social/conversations/:conversationId/resolve"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c8a1243e-2f63-4333-8e29-dbf2d9443e47",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "social",
                    "conversations",
                    ":conversationId",
                    "resolve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "conversationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e233c89b-3f08-4eb3-83b2-f8ca94e1f5e9",
          "name": "/api/v1/store/integrations/social/conversations/:conversationId/reopen",
          "request": {
            "name": "/api/v1/store/integrations/social/conversations/:conversationId/reopen",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "social",
                "conversations",
                ":conversationId",
                "reopen"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "conversationId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/social/conversations/:conversationId/reopen"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "73ff9815-c352-4cc8-a345-fec7c3715705",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "social",
                    "conversations",
                    ":conversationId",
                    "reopen"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "conversationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "96b45641-ce43-42cf-94f2-ff98a00a4752",
      "name": "StoreSocialChannels",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "21c6c39e-94c9-489c-9f39-e308db2a92a5",
          "name": "/api/v1/store/integrations/social/channels/website",
          "request": {
            "name": "/api/v1/store/integrations/social/channels/website",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "social",
                "channels",
                "website"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/social/channels/website"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"displayName\": \"<string>\",\n  \"aiProviderCode\": \"<string>\",\n  \"aiModelCode\": \"<string>\",\n  \"systemPromptOverride\": \"<string>\",\n  \"isAgentEnabled\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "c68b15dc-8369-47a9-bf90-d4c1a4a2f612",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "social",
                    "channels",
                    "website"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"displayName\": \"<string>\",\n  \"aiProviderCode\": \"<string>\",\n  \"aiModelCode\": \"<string>\",\n  \"systemPromptOverride\": \"<string>\",\n  \"isAgentEnabled\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3ee750dd-c8c1-4bf1-a743-c13a8da16493",
          "name": "/api/v1/store/integrations/social/channels",
          "request": {
            "name": "/api/v1/store/integrations/social/channels",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "social",
                "channels"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/social/channels"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9e1603a2-d4df-4fb5-b9e0-8d1ea8afecea",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "social",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "46087622-9271-4e18-b338-ddeb34e06dc9",
          "name": "/api/v1/store/integrations/social/channels/:channelId",
          "request": {
            "name": "/api/v1/store/integrations/social/channels/:channelId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "social",
                "channels",
                ":channelId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "channelId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/social/channels/:channelId"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"displayName\": \"<string>\",\n  \"accessToken\": \"<string>\",\n  \"appSecret\": \"<string>\",\n  \"aiProviderCode\": \"<string>\",\n  \"aiModelCode\": \"<string>\",\n  \"systemPromptOverride\": \"<string>\",\n  \"tokenExpiresAt\": \"<dateTime>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "611e2965-c074-45f4-a194-83619331c8cb",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "social",
                    "channels",
                    ":channelId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "channelId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"displayName\": \"<string>\",\n  \"accessToken\": \"<string>\",\n  \"appSecret\": \"<string>\",\n  \"aiProviderCode\": \"<string>\",\n  \"aiModelCode\": \"<string>\",\n  \"systemPromptOverride\": \"<string>\",\n  \"tokenExpiresAt\": \"<dateTime>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "de22a449-8dc5-4757-b9de-e0090e2e478d",
          "name": "/api/v1/store/integrations/social/channels/:channelId",
          "request": {
            "name": "/api/v1/store/integrations/social/channels/:channelId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "social",
                "channels",
                ":channelId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "channelId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/social/channels/:channelId"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5f7c1d19-3983-4eb6-9459-22988b52ef40",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "social",
                    "channels",
                    ":channelId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "channelId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "beb94e50-e060-4d2b-8acf-64157a43f91d",
          "name": "/api/v1/store/integrations/social/channels/:channelId/toggle-agent",
          "request": {
            "name": "/api/v1/store/integrations/social/channels/:channelId/toggle-agent",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "social",
                "channels",
                ":channelId",
                "toggle-agent"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "channelId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/social/channels/:channelId/toggle-agent"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"enabled\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f7861376-7040-4ab2-9b99-883b6ccf2c02",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "social",
                    "channels",
                    ":channelId",
                    "toggle-agent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "channelId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"enabled\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d0de00e9-0de3-4ea8-b7bd-77e26c9ee8b9",
          "name": "/api/v1/store/integrations/social/channels/:channelId/rotate-token",
          "request": {
            "name": "/api/v1/store/integrations/social/channels/:channelId/rotate-token",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "social",
                "channels",
                ":channelId",
                "rotate-token"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "channelId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/social/channels/:channelId/rotate-token"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7706b652-26ec-4501-9b20-110207b9bc76",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "social",
                    "channels",
                    ":channelId",
                    "rotate-token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "channelId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "5a409a84-0168-47ca-95d3-58af6d5dfdce",
      "name": "StoreDeliveryProviders",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "1d3d3973-10a6-40d1-a182-83e951f0db7b",
          "name": "/api/v1/store/integrations/delivery-providers",
          "request": {
            "name": "/api/v1/store/integrations/delivery-providers",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "delivery-providers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/delivery-providers"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a79cd943-9e6b-4a9c-94ec-a4f2e1e4b62e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "delivery-providers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6c21f175-b599-455a-bcee-c7b2bde1ff48",
          "name": "/api/v1/store/integrations/delivery-providers/links",
          "request": {
            "name": "/api/v1/store/integrations/delivery-providers/links",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "delivery-providers",
                "links"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/delivery-providers/links"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "48a7b8ef-2ed5-42fa-9e2c-74473c89b9b3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "delivery-providers",
                    "links"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c0fe10ed-cd2b-4327-a93a-d57e598a0659",
          "name": "/api/v1/store/integrations/delivery-providers/links",
          "request": {
            "name": "/api/v1/store/integrations/delivery-providers/links",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "delivery-providers",
                "links"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/delivery-providers/links"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"providerId\": \"<uuid>\",\n  \"username\": \"<string>\",\n  \"password\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "47974480-6b07-4c85-a4a6-23ee9987446c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "delivery-providers",
                    "links"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"providerId\": \"<uuid>\",\n  \"username\": \"<string>\",\n  \"password\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "51c39c6f-d8e1-4767-ad89-a0243f6a9883",
          "name": "/api/v1/store/integrations/delivery-providers/links/:linkId",
          "request": {
            "name": "/api/v1/store/integrations/delivery-providers/links/:linkId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "delivery-providers",
                "links",
                ":linkId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "linkId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/delivery-providers/links/:linkId"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cde60925-4dea-47e7-b09f-54de099a50da",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "delivery-providers",
                    "links",
                    ":linkId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "linkId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "16af2c50-469c-483a-8fc4-13170f20640f",
          "name": "/api/v1/store/integrations/delivery-providers/orders/:orderId/sync-status",
          "request": {
            "name": "/api/v1/store/integrations/delivery-providers/orders/:orderId/sync-status",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "delivery-providers",
                "orders",
                ":orderId",
                "sync-status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "orderId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/delivery-providers/orders/:orderId/sync-status"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a4777fea-cf45-4431-86cb-a9e7b94ef0bc",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "delivery-providers",
                    "orders",
                    ":orderId",
                    "sync-status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "orderId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "0df21d75-f806-4fa7-9d1e-047a23945068",
      "name": "StoreAlWaseet",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "37aaf700-5aa4-43e3-acc5-6b53f6b0b752",
          "name": "/api/v1/store/integrations/al-waseet/cities",
          "request": {
            "name": "/api/v1/store/integrations/al-waseet/cities",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "al-waseet",
                "cities"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/al-waseet/cities"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d156d9b0-b5d3-41ee-b943-4d036a06ca20",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "al-waseet",
                    "cities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8f1be0ab-bcf4-4c1f-8e67-c70004a123a0",
          "name": "/api/v1/store/integrations/al-waseet/regions",
          "request": {
            "name": "/api/v1/store/integrations/al-waseet/regions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "al-waseet",
                "regions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "cityId",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/al-waseet/regions?cityId=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d7276118-0050-4e41-a3a7-ffe1b7ebd00f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "al-waseet",
                    "regions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "cityId",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "575effb2-13bd-407d-ae20-85685d5ef502",
          "name": "/api/v1/store/integrations/al-waseet/package-sizes",
          "request": {
            "name": "/api/v1/store/integrations/al-waseet/package-sizes",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "al-waseet",
                "package-sizes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/al-waseet/package-sizes"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fe6fcc2e-4bfb-467b-9e3e-07d70cadb67d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "al-waseet",
                    "package-sizes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bed544a3-ee04-4571-a200-9d4f246eb5f0",
          "name": "/api/v1/store/integrations/al-waseet/statuses",
          "request": {
            "name": "/api/v1/store/integrations/al-waseet/statuses",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "al-waseet",
                "statuses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/al-waseet/statuses"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fd1a7a5d-b15f-4cba-96e9-556f90e30b9a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "al-waseet",
                    "statuses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "415ee169-3710-4b18-a95d-30dc074d9cc6",
          "name": "/api/v1/store/integrations/al-waseet/orders",
          "request": {
            "name": "/api/v1/store/integrations/al-waseet/orders",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "al-waseet",
                "orders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/al-waseet/orders"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b90b748a-a852-46e2-acf1-bf408b6b360a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "al-waseet",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7c2fc321-9381-4397-af30-acf44d5e52e0",
          "name": "/api/v1/store/integrations/al-waseet/orders/by-ids",
          "request": {
            "name": "/api/v1/store/integrations/al-waseet/orders/by-ids",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "al-waseet",
                "orders",
                "by-ids"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/al-waseet/orders/by-ids"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7f9ea759-2a74-4741-998c-732ec88fbd0c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "al-waseet",
                    "orders",
                    "by-ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"ids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6ee5d443-5625-44f1-991d-78dc83c380ba",
          "name": "/api/v1/store/integrations/al-waseet/orders/:qrId",
          "request": {
            "name": "/api/v1/store/integrations/al-waseet/orders/:qrId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "al-waseet",
                "orders",
                ":qrId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "qrId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/al-waseet/orders/:qrId"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"clientName\": \"<string>\",\n  \"clientMobile\": \"<string>\",\n  \"clientMobile2\": \"<string>\",\n  \"cityId\": \"<integer>\",\n  \"regionId\": \"<integer>\",\n  \"location\": \"<string>\",\n  \"typeName\": \"<string>\",\n  \"itemsNumber\": \"<integer>\",\n  \"price\": \"<integer>\",\n  \"packageSize\": \"<integer>\",\n  \"replacement\": \"<integer>\",\n  \"merchantNotes\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8e8dc432-8851-4c91-93f0-2e1a0c40f678",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "al-waseet",
                    "orders",
                    ":qrId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "qrId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"clientName\": \"<string>\",\n  \"clientMobile\": \"<string>\",\n  \"clientMobile2\": \"<string>\",\n  \"cityId\": \"<integer>\",\n  \"regionId\": \"<integer>\",\n  \"location\": \"<string>\",\n  \"typeName\": \"<string>\",\n  \"itemsNumber\": \"<integer>\",\n  \"price\": \"<integer>\",\n  \"packageSize\": \"<integer>\",\n  \"replacement\": \"<integer>\",\n  \"merchantNotes\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1490467d-eab5-47d4-be29-b8694ab93481",
          "name": "/api/v1/store/integrations/al-waseet/invoices",
          "request": {
            "name": "/api/v1/store/integrations/al-waseet/invoices",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "al-waseet",
                "invoices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/al-waseet/invoices"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "60eaaf55-84d4-47b0-a372-ac074348e4c9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "al-waseet",
                    "invoices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "05661e0e-e6ca-482e-bf24-86d191b3855b",
          "name": "/api/v1/store/integrations/al-waseet/invoices/:invoiceId",
          "request": {
            "name": "/api/v1/store/integrations/al-waseet/invoices/:invoiceId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "al-waseet",
                "invoices",
                ":invoiceId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "invoiceId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/al-waseet/invoices/:invoiceId"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1fd5bd2f-e7af-4128-af12-a590971ca67b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "al-waseet",
                    "invoices",
                    ":invoiceId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "invoiceId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8b551f16-b397-4868-8698-2c5158d75fcb",
          "name": "/api/v1/store/integrations/al-waseet/invoices/:invoiceId/receive",
          "request": {
            "name": "/api/v1/store/integrations/al-waseet/invoices/:invoiceId/receive",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "al-waseet",
                "invoices",
                ":invoiceId",
                "receive"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "invoiceId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/al-waseet/invoices/:invoiceId/receive"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "26016a6f-d30a-493e-bb66-31ba0d7e67e2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "al-waseet",
                    "invoices",
                    ":invoiceId",
                    "receive"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "invoiceId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "a8b12629-0f84-4bd5-884f-623920b75c4c",
      "name": "StoreBoxy",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "efdac4c3-63af-46ba-ae3c-82928c5bda18",
          "name": "/api/v1/store/integrations/boxy/orders",
          "request": {
            "name": "/api/v1/store/integrations/boxy/orders",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "orders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/orders"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "71d80613-f6ff-433d-8fe0-6ff62b2353fc",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d987bef5-9f33-4feb-bc52-4cfe0402a516",
          "name": "/api/v1/store/integrations/boxy/orders/by-custom-id/:customId",
          "request": {
            "name": "/api/v1/store/integrations/boxy/orders/by-custom-id/:customId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "orders",
                "by-custom-id",
                ":customId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "customId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/orders/by-custom-id/:customId"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8690e35f-2a31-497a-a9f4-7e05be4965e4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "orders",
                    "by-custom-id",
                    ":customId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "customId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1bbb89d7-eb28-4e80-95f4-8d53fe7ea492",
          "name": "/api/v1/store/integrations/boxy/orders/labels",
          "request": {
            "name": "/api/v1/store/integrations/boxy/orders/labels",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "orders",
                "labels"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "orderUids",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "orderUids",
                  "value": "<string>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/orders/labels?orderUids=<string>&orderUids=<string>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0d4c05e8-f4dc-4643-b91b-8325f52fb519",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "orders",
                    "labels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "orderUids",
                      "value": "<string>"
                    },
                    {
                      "key": "orderUids",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c17a6529-d4a8-42a9-a0bf-696561f9efa5",
          "name": "/api/v1/store/integrations/boxy/orders/:orderUid/label",
          "request": {
            "name": "/api/v1/store/integrations/boxy/orders/:orderUid/label",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "orders",
                ":orderUid",
                "label"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "orderUid",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/orders/:orderUid/label"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e950f42a-8f06-4f95-a40a-f89b66bfb3ea",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "orders",
                    ":orderUid",
                    "label"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "orderUid",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aec8a6c6-6968-4e05-b546-6c082752b249",
          "name": "/api/v1/store/integrations/boxy/orders/:orderUid/status",
          "request": {
            "name": "/api/v1/store/integrations/boxy/orders/:orderUid/status",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "orders",
                ":orderUid",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "orderUid",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/orders/:orderUid/status"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8e3e5bb7-9169-4d15-b4b1-68b4bca988a4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "orders",
                    ":orderUid",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "orderUid",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e8084a60-07b2-41a8-abfc-091495ab8780",
          "name": "/api/v1/store/integrations/boxy/orders/:orderUid/cancel",
          "request": {
            "name": "/api/v1/store/integrations/boxy/orders/:orderUid/cancel",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "orders",
                ":orderUid",
                "cancel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "orderUid",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/orders/:orderUid/cancel"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "75b96eb9-f134-4903-89a8-c5a02625d7e9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "orders",
                    ":orderUid",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "orderUid",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7fe1b8dc-0423-4c6b-b770-bdc6e508b884",
          "name": "/api/v1/store/integrations/boxy/orders/:orderUid",
          "request": {
            "name": "/api/v1/store/integrations/boxy/orders/:orderUid",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "orders",
                ":orderUid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "orderUid",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/orders/:orderUid"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"isFragile\": \"<boolean>\",\n  \"readyToPickUp\": \"<boolean>\",\n  \"shipmentFeeType\": \"<string>\",\n  \"paymentType\": \"<string>\",\n  \"pickUpType\": \"<string>\",\n  \"description\": \"<string>\",\n  \"size\": \"<string>\",\n  \"customId\": \"<string>\",\n  \"feeCustomerPayable\": \"<integer>\",\n  \"savedPickUpAddressUid\": \"<string>\",\n  \"products\": [\n    {\n      \"title\": \"<string>\",\n      \"price\": \"<integer>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"title\": \"<string>\",\n      \"price\": \"<integer>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"contact\": {\n    \"fullName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"secondaryPhone\": \"<string>\",\n    \"email\": \"<string>\",\n    \"addressText\": \"<string>\",\n    \"regionName\": \"<string>\",\n    \"provinceCode\": \"<string>\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a5045ac7-69d4-4674-83bb-afc9fcdbd6d9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "orders",
                    ":orderUid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "orderUid",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"isFragile\": \"<boolean>\",\n  \"readyToPickUp\": \"<boolean>\",\n  \"shipmentFeeType\": \"<string>\",\n  \"paymentType\": \"<string>\",\n  \"pickUpType\": \"<string>\",\n  \"description\": \"<string>\",\n  \"size\": \"<string>\",\n  \"customId\": \"<string>\",\n  \"feeCustomerPayable\": \"<integer>\",\n  \"savedPickUpAddressUid\": \"<string>\",\n  \"products\": [\n    {\n      \"title\": \"<string>\",\n      \"price\": \"<integer>\",\n      \"quantity\": \"<integer>\"\n    },\n    {\n      \"title\": \"<string>\",\n      \"price\": \"<integer>\",\n      \"quantity\": \"<integer>\"\n    }\n  ],\n  \"contact\": {\n    \"fullName\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"secondaryPhone\": \"<string>\",\n    \"email\": \"<string>\",\n    \"addressText\": \"<string>\",\n    \"regionName\": \"<string>\",\n    \"provinceCode\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "92c1ba31-9bbe-40a2-8455-8cacf358bb11",
          "name": "/api/v1/store/integrations/boxy/orders/:orderUid",
          "request": {
            "name": "/api/v1/store/integrations/boxy/orders/:orderUid",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "orders",
                ":orderUid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "orderUid",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/orders/:orderUid"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8245c90c-31cc-4046-9fe5-b6cc780ecfcb",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "orders",
                    ":orderUid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "orderUid",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9b366d86-347b-4ece-ae73-eaa3b9acd1c9",
          "name": "/api/v1/store/integrations/boxy/pick-ups",
          "request": {
            "name": "/api/v1/store/integrations/boxy/pick-ups",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "pick-ups"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/pick-ups"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e2442a82-739c-486c-99ab-84470d1c5132",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "pick-ups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8548924a-29a7-4b1e-ba7b-fe1d94a02cdd",
          "name": "/api/v1/store/integrations/boxy/pick-ups",
          "request": {
            "name": "/api/v1/store/integrations/boxy/pick-ups",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "pick-ups"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/pick-ups"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"orderUids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "77ec0b9b-5332-4858-975d-d3b9c98e9a64",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "pick-ups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orderUids\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4540fff3-1f6c-45cb-880e-8948b9434a8d",
          "name": "/api/v1/store/integrations/boxy/pick-ups/:pickupUid",
          "request": {
            "name": "/api/v1/store/integrations/boxy/pick-ups/:pickupUid",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "pick-ups",
                ":pickupUid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "pickupUid",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/pick-ups/:pickupUid"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f1997aaf-20cb-441c-a54d-91113ff0e8aa",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "pick-ups",
                    ":pickupUid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "pickupUid",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a28132a-dd09-43bf-be53-565a4373a836",
          "name": "/api/v1/store/integrations/boxy/pick-ups/:pickupUid/labels",
          "request": {
            "name": "/api/v1/store/integrations/boxy/pick-ups/:pickupUid/labels",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "pick-ups",
                ":pickupUid",
                "labels"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "pickupUid",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/pick-ups/:pickupUid/labels"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b0625364-1c0e-4a9f-b928-156720673f1b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "pick-ups",
                    ":pickupUid",
                    "labels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "pickupUid",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "94f99065-d1fc-487f-a123-900fe3a8258b",
          "name": "/api/v1/store/integrations/boxy/pick-ups/bulk",
          "request": {
            "name": "/api/v1/store/integrations/boxy/pick-ups/bulk",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "pick-ups",
                "bulk"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filterUids",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "filterUids",
                  "value": "<string>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/pick-ups/bulk?filterUids=<string>&filterUids=<string>"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "298cbb31-a883-4a62-8597-707aa5a2e9b2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "pick-ups",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filterUids",
                      "value": "<string>"
                    },
                    {
                      "key": "filterUids",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6b06f387-d9d4-41be-9529-f8341a9ba081",
          "name": "/api/v1/store/integrations/boxy/pick-ups/:pickupUid/cancel",
          "request": {
            "name": "/api/v1/store/integrations/boxy/pick-ups/:pickupUid/cancel",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "pick-ups",
                ":pickupUid",
                "cancel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "pickupUid",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/pick-ups/:pickupUid/cancel"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "bd4e62b7-8b29-4c9e-81f1-84ae3c2c87bb",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "pick-ups",
                    ":pickupUid",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "pickupUid",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0ec7e41e-c109-4c50-8c7e-e152d92e932c",
          "name": "/api/v1/store/integrations/boxy/pick-ups/bulk-cancel",
          "request": {
            "name": "/api/v1/store/integrations/boxy/pick-ups/bulk-cancel",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "pick-ups",
                "bulk-cancel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filterUids",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "filterUids",
                  "value": "<string>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/pick-ups/bulk-cancel?filterUids=<string>&filterUids=<string>"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4efd549c-4c6e-4c36-b786-5f37346137b0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "pick-ups",
                    "bulk-cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filterUids",
                      "value": "<string>"
                    },
                    {
                      "key": "filterUids",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d71bd241-78ce-48e3-bf4d-2af882f7e4ca",
          "name": "/api/v1/store/integrations/boxy/pick-up-locations",
          "request": {
            "name": "/api/v1/store/integrations/boxy/pick-up-locations",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "pick-up-locations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/pick-up-locations"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9d81912b-1e74-4715-9169-ea559108cce2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "pick-up-locations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a41d73af-1002-4231-b6ea-0c5e5d0b12aa",
          "name": "/api/v1/store/integrations/boxy/pick-up-locations",
          "request": {
            "name": "/api/v1/store/integrations/boxy/pick-up-locations",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "pick-up-locations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/pick-up-locations"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"fullName\": \"<string>\",\n  \"type\": \"<string>\",\n  \"default\": \"<boolean>\",\n  \"regionUid\": \"<string>\",\n  \"title\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"addressText\": \"<string>\",\n  \"lng\": \"<string>\",\n  \"lat\": \"<string>\",\n  \"email\": \"<string>\",\n  \"description\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8e595eb5-0f57-4ec7-b2da-397f61d7a4bf",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "pick-up-locations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fullName\": \"<string>\",\n  \"type\": \"<string>\",\n  \"default\": \"<boolean>\",\n  \"regionUid\": \"<string>\",\n  \"title\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"addressText\": \"<string>\",\n  \"lng\": \"<string>\",\n  \"lat\": \"<string>\",\n  \"email\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "84500229-b34d-4760-b89f-a84da2e3d483",
          "name": "/api/v1/store/integrations/boxy/pick-up-locations/cash-dropoff",
          "request": {
            "name": "/api/v1/store/integrations/boxy/pick-up-locations/cash-dropoff",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "pick-up-locations",
                "cash-dropoff"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/pick-up-locations/cash-dropoff"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5a036cac-7001-4897-b6f2-b832997f81f2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "pick-up-locations",
                    "cash-dropoff"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bbf7f6fa-d743-411b-ad9a-893ee70837dc",
          "name": "/api/v1/store/integrations/boxy/pick-up-locations/:locationUid",
          "request": {
            "name": "/api/v1/store/integrations/boxy/pick-up-locations/:locationUid",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "pick-up-locations",
                ":locationUid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "locationUid",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/pick-up-locations/:locationUid"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3e8ddddc-dc89-408c-b50f-7cda36dd6d92",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "pick-up-locations",
                    ":locationUid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "locationUid",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1e0e4c16-bf20-4fe5-8d6c-3fffb86683eb",
          "name": "/api/v1/store/integrations/boxy/pick-up-locations/:locationUid",
          "request": {
            "name": "/api/v1/store/integrations/boxy/pick-up-locations/:locationUid",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "pick-up-locations",
                ":locationUid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "locationUid",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/pick-up-locations/:locationUid"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"fullName\": \"<string>\",\n  \"type\": \"<string>\",\n  \"default\": \"<boolean>\",\n  \"regionUid\": \"<string>\",\n  \"title\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"addressText\": \"<string>\",\n  \"lng\": \"<string>\",\n  \"lat\": \"<string>\",\n  \"email\": \"<string>\",\n  \"description\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f6665164-be7c-4df9-b102-29aa419ba453",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "pick-up-locations",
                    ":locationUid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "locationUid",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fullName\": \"<string>\",\n  \"type\": \"<string>\",\n  \"default\": \"<boolean>\",\n  \"regionUid\": \"<string>\",\n  \"title\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"addressText\": \"<string>\",\n  \"lng\": \"<string>\",\n  \"lat\": \"<string>\",\n  \"email\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fd0bd458-7548-47c7-b91b-7e41d26aa1e2",
          "name": "/api/v1/store/integrations/boxy/pick-up-locations/:locationUid",
          "request": {
            "name": "/api/v1/store/integrations/boxy/pick-up-locations/:locationUid",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "pick-up-locations",
                ":locationUid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "locationUid",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/pick-up-locations/:locationUid"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e22e2a70-dac3-4bd3-b760-d40b47049f55",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "pick-up-locations",
                    ":locationUid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "locationUid",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3de77c00-41d4-40c8-8c78-6d3e8ec83cc0",
          "name": "/api/v1/store/integrations/boxy/regions",
          "request": {
            "name": "/api/v1/store/integrations/boxy/regions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "boxy",
                "regions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/boxy/regions"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0f78733e-601b-4470-9b51-02d9e700e00e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "boxy",
                    "regions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "2f375fd4-0cad-4750-957d-349a4bd9a9f6",
      "name": "StoreSubscription",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "1aceb081-0cec-4ced-a590-59e3bfc6747e",
          "name": "/api/v1/store/integrations/subscription",
          "request": {
            "name": "/api/v1/store/integrations/subscription",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "subscription"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/subscription"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ac7b250e-b416-4f49-bbbd-c0f64b9ffcf4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "subscription"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3a6bc17b-6875-43ba-821d-995f6972feb1",
          "name": "/api/v1/store/integrations/subscription/plans",
          "request": {
            "name": "/api/v1/store/integrations/subscription/plans",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "subscription",
                "plans"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/subscription/plans"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5b6d1444-47dc-4b15-96be-adaaf6caff38",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "subscription",
                    "plans"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "65086660-9e55-4614-b480-da43b251ee03",
          "name": "/api/v1/store/integrations/subscription/upgrade-requests",
          "request": {
            "name": "/api/v1/store/integrations/subscription/upgrade-requests",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "subscription",
                "upgrade-requests"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/subscription/upgrade-requests"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"planId\": \"<uuid>\",\n  \"planCode\": \"<string>\",\n  \"returnUrl\": \"<string>\",\n  \"browserInfo\": {\n    \"browserAcceptHeader\": \"<string>\",\n    \"browserIp\": \"<string>\",\n    \"browserJavaEnabled\": \"<boolean>\",\n    \"browserLanguage\": \"<string>\",\n    \"browserUserAgent\": \"<string>\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "49366306-381c-43bf-8aa7-7b16994a6ebc",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "subscription",
                    "upgrade-requests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"planId\": \"<uuid>\",\n  \"planCode\": \"<string>\",\n  \"returnUrl\": \"<string>\",\n  \"browserInfo\": {\n    \"browserAcceptHeader\": \"<string>\",\n    \"browserIp\": \"<string>\",\n    \"browserJavaEnabled\": \"<boolean>\",\n    \"browserLanguage\": \"<string>\",\n    \"browserUserAgent\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "102883ae-545c-4975-aff8-b35070df0d91",
          "name": "/api/v1/store/integrations/subscription/upgrade-requests/:requestId",
          "request": {
            "name": "/api/v1/store/integrations/subscription/upgrade-requests/:requestId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "subscription",
                "upgrade-requests",
                ":requestId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "requestId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/subscription/upgrade-requests/:requestId"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5b0c9b4f-cbe2-468b-95c7-066d9076cfb7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "subscription",
                    "upgrade-requests",
                    ":requestId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "requestId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2e07c8c7-9396-41a6-a5fe-b1362c51d364",
          "name": "/api/v1/store/integrations/subscription/upgrade-requests/:requestId/verify",
          "request": {
            "name": "/api/v1/store/integrations/subscription/upgrade-requests/:requestId/verify",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "subscription",
                "upgrade-requests",
                ":requestId",
                "verify"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "requestId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/subscription/upgrade-requests/:requestId/verify"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f94aeed0-47ea-44d1-9f37-63ed2014e47a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "subscription",
                    "upgrade-requests",
                    ":requestId",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "requestId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "130da71c-f59b-4359-8b50-ddbc50004470",
      "name": "StoreKyc",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "9f454d4b-fc05-4789-b415-891b8d134b45",
          "name": "/api/v1/store/integrations/kyc/upload",
          "request": {
            "name": "/api/v1/store/integrations/kyc/upload",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "kyc",
                "upload"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/kyc/upload"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "FirstDocumentType",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "FirstDocumentFront",
                  "type": "file",
                  "description": ""
                },
                {
                  "key": "FirstDocumentBack",
                  "type": "file",
                  "description": ""
                },
                {
                  "key": "SecondDocumentType",
                  "value": "<string>",
                  "type": "text",
                  "description": ""
                },
                {
                  "key": "SecondDocumentFront",
                  "type": "file",
                  "description": ""
                },
                {
                  "key": "SecondDocumentBack",
                  "type": "file",
                  "description": ""
                }
              ]
            }
          },
          "response": [
            {
              "id": "dd6d533a-df12-47e1-b350-47420a730193",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "kyc",
                    "upload"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "FirstDocumentType",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "FirstDocumentFront",
                      "value": "<binary>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "FirstDocumentBack",
                      "value": "<binary>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "SecondDocumentType",
                      "value": "<string>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "SecondDocumentFront",
                      "value": "<binary>",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "SecondDocumentBack",
                      "value": "<binary>",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "1baeb4ae-db2b-42ea-a93f-cece53df5008",
      "name": "StoreRbac",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "19d8994b-480c-4188-a801-b089f83445de",
          "name": "/api/v1/store/integrations/rbac/users",
          "request": {
            "name": "/api/v1/store/integrations/rbac/users",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "rbac",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "tenantType",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "storeId",
                  "value": "<uuid>"
                },
                {
                  "disabled": false,
                  "key": "deliveryCompanyId",
                  "value": "<uuid>"
                },
                {
                  "disabled": false,
                  "key": "branchId",
                  "value": "<uuid>"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/rbac/users?tenantType=<string>&storeId=<uuid>&deliveryCompanyId=<uuid>&branchId=<uuid>&page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "c367d4fc-1194-4929-97ca-1aba90c04d56",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "rbac",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tenantType",
                      "value": "<string>"
                    },
                    {
                      "key": "storeId",
                      "value": "<uuid>"
                    },
                    {
                      "key": "deliveryCompanyId",
                      "value": "<uuid>"
                    },
                    {
                      "key": "branchId",
                      "value": "<uuid>"
                    },
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "12a1c27d-414e-4546-8936-604dfc9b56aa",
          "name": "/api/v1/store/integrations/rbac/users",
          "request": {
            "name": "/api/v1/store/integrations/rbac/users",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "rbac",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/rbac/users"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"fullName\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"storeId\": \"<uuid>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f699fd6e-9d59-44b2-9f53-e6c782b0755b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "rbac",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fullName\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"storeId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6cec0e7c-ebb5-4933-b473-ab960c39fc6d",
          "name": "/api/v1/store/integrations/rbac/users/:userId",
          "request": {
            "name": "/api/v1/store/integrations/rbac/users/:userId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "rbac",
                "users",
                ":userId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "userId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/rbac/users/:userId"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ddb955b4-d180-4e96-a766-62b5121e0392",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "rbac",
                    "users",
                    ":userId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "userId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "52e5226d-4322-4762-b30c-1f8fce8dc0c4",
          "name": "/api/v1/store/integrations/rbac/roles",
          "request": {
            "name": "/api/v1/store/integrations/rbac/roles",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "rbac",
                "roles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "tenantType",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "storeId",
                  "value": "<uuid>"
                },
                {
                  "disabled": false,
                  "key": "deliveryCompanyId",
                  "value": "<uuid>"
                },
                {
                  "disabled": false,
                  "key": "branchId",
                  "value": "<uuid>"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/rbac/roles?tenantType=<string>&storeId=<uuid>&deliveryCompanyId=<uuid>&branchId=<uuid>&page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f28e421b-2012-4286-84d6-797222eac84b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "rbac",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tenantType",
                      "value": "<string>"
                    },
                    {
                      "key": "storeId",
                      "value": "<uuid>"
                    },
                    {
                      "key": "deliveryCompanyId",
                      "value": "<uuid>"
                    },
                    {
                      "key": "branchId",
                      "value": "<uuid>"
                    },
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dd5e4c67-300f-4c22-b933-64d2b6327a65",
          "name": "/api/v1/store/integrations/rbac/roles",
          "request": {
            "name": "/api/v1/store/integrations/rbac/roles",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "rbac",
                "roles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/rbac/roles"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"storeId\": \"<uuid>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1a12c0cd-1290-4c1b-a9b2-e0992ad86ce7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "rbac",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"storeId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bb42401b-dc66-49cd-9f34-9d4d12c99243",
          "name": "/api/v1/store/integrations/rbac/roles/:roleId",
          "request": {
            "name": "/api/v1/store/integrations/rbac/roles/:roleId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "rbac",
                "roles",
                ":roleId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "roleId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/rbac/roles/:roleId"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"storeId\": \"<uuid>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d2416f3a-84bf-4b70-a591-f8e514b72766",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "rbac",
                    "roles",
                    ":roleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "roleId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"storeId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2f4b2f46-8d99-4329-9fa0-e59c139383e4",
          "name": "/api/v1/store/integrations/rbac/roles/:roleId",
          "request": {
            "name": "/api/v1/store/integrations/rbac/roles/:roleId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "rbac",
                "roles",
                ":roleId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "roleId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/rbac/roles/:roleId"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fed67568-2edf-4c1b-8696-1a78f73b1d01",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "rbac",
                    "roles",
                    ":roleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "roleId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dd1f2e58-a25d-4e43-ad76-f662827301a3",
          "name": "/api/v1/store/integrations/rbac/permissions",
          "request": {
            "name": "/api/v1/store/integrations/rbac/permissions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "rbac",
                "permissions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "tenantType",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "key": "storeId",
                  "value": "<uuid>"
                },
                {
                  "disabled": false,
                  "key": "deliveryCompanyId",
                  "value": "<uuid>"
                },
                {
                  "disabled": false,
                  "key": "branchId",
                  "value": "<uuid>"
                },
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/rbac/permissions?tenantType=<string>&storeId=<uuid>&deliveryCompanyId=<uuid>&branchId=<uuid>&page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0b425848-0fed-4dab-8a14-42f2416cb561",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "rbac",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "tenantType",
                      "value": "<string>"
                    },
                    {
                      "key": "storeId",
                      "value": "<uuid>"
                    },
                    {
                      "key": "deliveryCompanyId",
                      "value": "<uuid>"
                    },
                    {
                      "key": "branchId",
                      "value": "<uuid>"
                    },
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e4177ba6-218c-43c2-8689-dae16cb4d78c",
          "name": "/api/v1/store/integrations/rbac/roles/:roleId/permissions",
          "request": {
            "name": "/api/v1/store/integrations/rbac/roles/:roleId/permissions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "rbac",
                "roles",
                ":roleId",
                "permissions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "roleId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/rbac/roles/:roleId/permissions"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7dd70b14-0c22-491f-b8a8-fbe685556d1d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "rbac",
                    "roles",
                    ":roleId",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "roleId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "adfed871-84d5-4356-b537-01457386530e",
          "name": "/api/v1/store/integrations/rbac/roles/:roleId/permissions",
          "request": {
            "name": "/api/v1/store/integrations/rbac/roles/:roleId/permissions",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "rbac",
                "roles",
                ":roleId",
                "permissions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "roleId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/rbac/roles/:roleId/permissions"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"permissionId\": \"<uuid>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "c9377743-a95f-40ad-875d-603638e52db0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "rbac",
                    "roles",
                    ":roleId",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "roleId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"permissionId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5c2d4eeb-0716-46a7-8211-ad0be5e176c3",
          "name": "/api/v1/store/integrations/rbac/roles/:roleId/permissions/:permissionId",
          "request": {
            "name": "/api/v1/store/integrations/rbac/roles/:roleId/permissions/:permissionId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "rbac",
                "roles",
                ":roleId",
                "permissions",
                ":permissionId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "roleId",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "permissionId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/rbac/roles/:roleId/permissions/:permissionId"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1d79fc94-d3aa-4663-b8c8-08f04b2ab196",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "rbac",
                    "roles",
                    ":roleId",
                    "permissions",
                    ":permissionId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "roleId",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "permissionId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d15b0116-3169-483e-a7b4-4e3e7ec2d5e8",
          "name": "/api/v1/store/integrations/rbac/users/:userId/roles",
          "request": {
            "name": "/api/v1/store/integrations/rbac/users/:userId/roles",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "rbac",
                "users",
                ":userId",
                "roles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "userId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/rbac/users/:userId/roles"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1ce3efd3-fc66-4eee-a990-fc18de602b9c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "rbac",
                    "users",
                    ":userId",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "userId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "41bceebf-1ffc-468c-a37e-98a585e9607d",
          "name": "/api/v1/store/integrations/rbac/users/:userId/roles",
          "request": {
            "name": "/api/v1/store/integrations/rbac/users/:userId/roles",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "rbac",
                "users",
                ":userId",
                "roles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "userId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/rbac/users/:userId/roles"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"roleId\": \"<uuid>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "981d308f-246f-4322-856f-d0f58e59ead7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "rbac",
                    "users",
                    ":userId",
                    "roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "userId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"roleId\": \"<uuid>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4df13b8d-91e1-43ca-ab92-4146da16379e",
          "name": "/api/v1/store/integrations/rbac/users/:userId/roles/:roleId",
          "request": {
            "name": "/api/v1/store/integrations/rbac/users/:userId/roles/:roleId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "rbac",
                "users",
                ":userId",
                "roles",
                ":roleId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "userId",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "roleId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/rbac/users/:userId/roles/:roleId"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "eb565346-bf77-4e77-905d-d2eeb7d50dcb",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "rbac",
                    "users",
                    ":userId",
                    "roles",
                    ":roleId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "userId",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "roleId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "50f66903-7774-41a7-9393-f4c571d85dc6",
      "name": "StoreApiKeys",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "5ccb86fc-a180-4f66-b9a4-e9c3706687c1",
          "name": "/api/v1/store/integrations/api-keys",
          "request": {
            "name": "/api/v1/store/integrations/api-keys",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "api-keys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "key": "per_page",
                  "value": "<integer>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/api-keys?page=<integer>&per_page=<integer>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "df33cd5a-e2e1-4092-8e40-fe447209e084",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "api-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page",
                      "value": "<integer>"
                    },
                    {
                      "key": "per_page",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "30abd285-893c-4df8-bba5-f9c74e69d9da",
          "name": "/api/v1/store/integrations/api-keys",
          "request": {
            "name": "/api/v1/store/integrations/api-keys",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "api-keys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/api-keys"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"scopes\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "915bdeb9-c8cd-4c1e-ad32-51d0ae00a2c4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "api-keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"scopes\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "39f488a0-0318-4eec-bbda-3e48acc27c80",
          "name": "/api/v1/store/integrations/api-keys/:apiKeyId/revoke",
          "request": {
            "name": "/api/v1/store/integrations/api-keys/:apiKeyId/revoke",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "api-keys",
                ":apiKeyId",
                "revoke"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "apiKeyId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/api-keys/:apiKeyId/revoke"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "055c6785-c5dc-4efe-ad4d-5add7137590f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "api-keys",
                    ":apiKeyId",
                    "revoke"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "apiKeyId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "f72fd986-78c9-4d66-ac8d-a2fd7f86a0fe",
      "name": "StoreMcpIntegration",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "df8f723d-c5ab-4eb1-8d14-f855a678167f",
          "name": "/api/v1/store/integrations/mcp/integration",
          "request": {
            "name": "/api/v1/store/integrations/mcp/integration",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "mcp",
                "integration"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/mcp/integration"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "af65010d-81b2-44c8-be63-5a7c279dd13c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "mcp",
                    "integration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "cbadee70-2c65-4661-ac54-b81fff892b82",
      "name": "StoreOAuthMcpRedirectUris",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "62c9937e-90e0-4d87-a64c-a4109306d56f",
          "name": "/api/v1/store/integrations/oauth-mcp/redirect-uris",
          "request": {
            "name": "/api/v1/store/integrations/oauth-mcp/redirect-uris",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "oauth-mcp",
                "redirect-uris"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "clientId",
                  "value": "<string>"
                }
              ],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/oauth-mcp/redirect-uris?clientId=<string>"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8a54f32d-6b89-49cb-901d-9ef0b95d4f92",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "oauth-mcp",
                    "redirect-uris"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "clientId",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e11d8c1c-0093-425b-a4f3-76612d472e00",
          "name": "/api/v1/store/integrations/oauth-mcp/redirect-uris",
          "request": {
            "name": "/api/v1/store/integrations/oauth-mcp/redirect-uris",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "oauth-mcp",
                "redirect-uris"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/oauth-mcp/redirect-uris"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"clientId\": \"<string>\",\n  \"redirectUri\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d09f93b3-7f08-4f85-bce5-87271d59114f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "oauth-mcp",
                    "redirect-uris"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"clientId\": \"<string>\",\n  \"redirectUri\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "12ca494c-2573-49fa-8b50-57c1ff630083",
          "name": "/api/v1/store/integrations/oauth-mcp/redirect-uris/:id",
          "request": {
            "name": "/api/v1/store/integrations/oauth-mcp/redirect-uris/:id",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "oauth-mcp",
                "redirect-uris",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "id",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/oauth-mcp/redirect-uris/:id"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "240ff4bd-dc11-4d1e-9b38-5e52325a4c62",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "oauth-mcp",
                    "redirect-uris",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "75d1c328-7ee6-40d1-84aa-7d200c045ad2",
      "name": "StoreWebhooks",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "652f8870-2de4-4bf1-853a-09751247b5b8",
          "name": "/api/v1/store/integrations/webhooks",
          "request": {
            "name": "/api/v1/store/integrations/webhooks",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "webhooks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/webhooks"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ee7d80c2-a3af-4371-b078-b31a25b0178b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "webhooks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f129f0d1-1a59-49df-9e98-f34af053136d",
          "name": "/api/v1/store/integrations/webhooks",
          "request": {
            "name": "/api/v1/store/integrations/webhooks",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "webhooks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/webhooks"
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"url\": \"<string>\",\n  \"eventTypes\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"isEnabled\": \"<boolean>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ebeccb65-404b-415d-a73c-cbef3811f398",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "webhooks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"url\": \"<string>\",\n  \"eventTypes\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"isEnabled\": \"<boolean>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8155ba0f-ac9e-4b98-8385-1fcad3748026",
          "name": "/api/v1/store/integrations/webhooks/:subscriptionId/rotate-secret",
          "request": {
            "name": "/api/v1/store/integrations/webhooks/:subscriptionId/rotate-secret",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "webhooks",
                ":subscriptionId",
                "rotate-secret"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "subscriptionId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/webhooks/:subscriptionId/rotate-secret"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "66dbd8c3-2d6c-4736-bc15-8ad6cc139aa1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "webhooks",
                    ":subscriptionId",
                    "rotate-secret"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "subscriptionId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "21c83c93-6679-4e1d-9da5-b8597982e4a8",
          "name": "/api/v1/store/integrations/webhooks/:subscriptionId/enable",
          "request": {
            "name": "/api/v1/store/integrations/webhooks/:subscriptionId/enable",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "webhooks",
                ":subscriptionId",
                "enable"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "subscriptionId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/webhooks/:subscriptionId/enable"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "da0e0ae9-8853-41bd-8ccd-70f8c2eead62",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "webhooks",
                    ":subscriptionId",
                    "enable"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "subscriptionId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c4771639-cedc-403c-8aec-7524bf10236e",
          "name": "/api/v1/store/integrations/webhooks/:subscriptionId/disable",
          "request": {
            "name": "/api/v1/store/integrations/webhooks/:subscriptionId/disable",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "webhooks",
                ":subscriptionId",
                "disable"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "subscriptionId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/webhooks/:subscriptionId/disable"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ea6d6fab-b584-4468-b3cd-d97932811f0c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "webhooks",
                    ":subscriptionId",
                    "disable"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "subscriptionId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "26628eae-a268-4ca3-94e0-5f1a11bcf78d",
          "name": "/api/v1/store/integrations/webhooks/:subscriptionId",
          "request": {
            "name": "/api/v1/store/integrations/webhooks/:subscriptionId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "webhooks",
                ":subscriptionId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "subscriptionId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/webhooks/:subscriptionId"
            },
            "method": "DELETE",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d109899e-8b3b-4b5d-9de6-1f07916c783d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "webhooks",
                    ":subscriptionId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "subscriptionId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ad17b7a5-fcd2-4bba-acec-6fd615e41d07",
          "name": "/api/v1/store/integrations/webhooks/:subscriptionId/deliveries",
          "request": {
            "name": "/api/v1/store/integrations/webhooks/:subscriptionId/deliveries",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "webhooks",
                ":subscriptionId",
                "deliveries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "subscriptionId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/webhooks/:subscriptionId/deliveries"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4e1314d0-7904-43cc-b5b3-368a281856cc",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "webhooks",
                    ":subscriptionId",
                    "deliveries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "subscriptionId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e7cb6736-ddc1-4a95-96cf-b7cf998d67d4",
          "name": "/api/v1/store/integrations/webhooks/deliveries/:deliveryId/retry",
          "request": {
            "name": "/api/v1/store/integrations/webhooks/deliveries/:deliveryId/retry",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "webhooks",
                "deliveries",
                ":deliveryId",
                "retry"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "deliveryId",
                  "description": "(Required) "
                }
              ],
              "raw": "{{baseUrl}}/api/v1/store/integrations/webhooks/deliveries/:deliveryId/retry"
            },
            "method": "POST",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "dd307995-7f0c-4ba1-b56f-6f7a606c7b9a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "webhooks",
                    "deliveries",
                    ":deliveryId",
                    "retry"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "deliveryId",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e44833de-e468-48de-abb3-e798094dfc68",
          "name": "/api/v1/store/integrations/webhooks/event-types",
          "request": {
            "name": "/api/v1/store/integrations/webhooks/event-types",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "store",
                "integrations",
                "webhooks",
                "event-types"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [],
              "raw": "{{baseUrl}}/api/v1/store/integrations/webhooks/event-types"
            },
            "method": "GET",
            "auth": {
              "type": "apikey",
              "apikey": [
                {
                  "key": "key",
                  "value": "X-API-Key",
                  "type": "string"
                },
                {
                  "key": "value",
                  "value": "{{apiKey}}",
                  "type": "string"
                },
                {
                  "key": "in",
                  "value": "header",
                  "type": "string"
                }
              ]
            }
          },
          "response": [
            {
              "id": "96c1a808-bbb9-439a-a830-5546da1e34ea",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "store",
                    "integrations",
                    "webhooks",
                    "event-types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.sendyiq.com",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "",
      "type": "string"
    },
    {
      "key": "jwt",
      "value": "",
      "type": "string"
    }
  ],
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{bearerToken}}"
      }
    ]
  },
  "info": {
    "_postman_id": "6584083d-076f-4c4e-ba27-cee423687012",
    "name": "Sendy Store API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": "Sendy Store API — generated from the live backend OpenAPI. Set the {{baseUrl}}, {{apiKey}} and {{jwt}} variables via an environment (import the Staging or Production environment file)."
  }
}
